diff --git a/core/services/ocr2/validate/config.go b/core/services/ocr2/validate/config.go index 20c23d95d6c..11f225e968a 100644 --- a/core/services/ocr2/validate/config.go +++ b/core/services/ocr2/validate/config.go @@ -66,7 +66,7 @@ func ToLocalConfig(ocr2Config OCR2Config, insConf InsecureConfig, spec job.OCR2O } var ( - minOCR2MaxDurationQuery = 20 * time.Millisecond + minOCR2MaxDurationQuery = 100 * time.Millisecond minOCR2MaxDurationQueryErr error minOCR2MaxDurationQueryOnce sync.Once )