Remove debug logging for withdrawals without origin ASN

This commit is contained in:
2025-07-28 02:07:33 +02:00
parent 3c46087976
commit eda90d96a9
2 changed files with 13 additions and 10 deletions

View File

@@ -46,7 +46,7 @@ func New() (*Config, error) {
return &Config{
StateDir: stateDir,
MaxRuntime: 0, // Run forever by default
EnableBatchedDatabaseWrites: true, // Enable batching by default
EnableBatchedDatabaseWrites: true, // Enable batching by default
RouteExpirationTimeout: defaultRouteExpirationMinutes * time.Minute, // For active route monitoring
}, nil
}