Update flags -- use CCADB, raise batch size/age to optimize load, allow more dedup reads

This commit is contained in:
2026-03-24 00:19:22 +01:00
parent 1e7a41660f
commit fe600687b7

View File

@@ -35,10 +35,11 @@ func generateEnv(yamlFile string, wantDiff bool, allowWrite bool, useColor bool)
fmt.Sprintf("--origin=%s", logEntry.Origin), fmt.Sprintf("--origin=%s", logEntry.Origin),
fmt.Sprintf("--storage_dir=%s", logEntry.LocalDirectory), fmt.Sprintf("--storage_dir=%s", logEntry.LocalDirectory),
fmt.Sprintf("--roots_pem_file=%s", rootsPemPath), fmt.Sprintf("--roots_pem_file=%s", rootsPemPath),
"--batch_max_size=512", "--roots_remote_fetch_interval=22h",
"--batch_max_age=500ms", "--batch_max_size=2048",
"--batch_max_age=2000ms",
"--pushback_max_outstanding=4096", "--pushback_max_outstanding=4096",
"--pushback_max_dedupe_in_flight=250", "--rate_limit_dedup=500",
} }
// Add http_endpoint if Listen is specified // Add http_endpoint if Listen is specified