From 1e7a41660f833977f0264154293aa0a6f2f911f0 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Wed, 10 Sep 2025 12:35:49 +0200 Subject: [PATCH] Add more lenient pushback flags after an issue with Halloumi2025h2 sending 429s on Google's AddChain/AddPreChain requests --- tesseract/genconf/env.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tesseract/genconf/env.go b/tesseract/genconf/env.go index 94ef42f..3f39622 100644 --- a/tesseract/genconf/env.go +++ b/tesseract/genconf/env.go @@ -35,6 +35,10 @@ func generateEnv(yamlFile string, wantDiff bool, allowWrite bool, useColor bool) fmt.Sprintf("--origin=%s", logEntry.Origin), fmt.Sprintf("--storage_dir=%s", logEntry.LocalDirectory), fmt.Sprintf("--roots_pem_file=%s", rootsPemPath), + "--batch_max_size=512", + "--batch_max_age=500ms", + "--pushback_max_outstanding=4096", + "--pushback_max_dedupe_in_flight=250", } // Add http_endpoint if Listen is specified