[proxy] Add no-blocking mapping updates (#6369)

This commit is contained in:
Pascal Fischer
2026-06-09 13:57:17 +02:00
committed by GitHub
parent ed7a9363aa
commit 13200265d8
7 changed files with 607 additions and 59 deletions

View File

@@ -249,6 +249,7 @@ func runServer(cmd *cobra.Command, args []string) error {
Private: private,
MaxDialTimeout: maxDialTimeout,
MaxSessionIdleTimeout: maxSessionIdleTimeout,
MappingBatchWatchdog: envDurationOrDefault("NB_PROXY_MAPPING_BATCH_WATCHDOG", 0),
GeoDataDir: geoDataDir,
CrowdSecAPIURL: crowdsecAPIURL,
CrowdSecAPIKey: crowdsecAPIKey,