Skip to content

Commit

Permalink
core/services/ocr2/validate: bump minOCR2MaxDurationQuery to 100ms (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 authored Sep 19, 2023
1 parent 844516f commit fa22dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/services/ocr2/validate/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit fa22dc3

Please sign in to comment.