Increase max state table lookup time window

This commit is contained in:
Daniel 2023-04-13 16:29:40 +02:00
parent 0aae9b4697
commit f8c6fbd7f4

View file

@ -29,7 +29,7 @@ var (
)
var (
lookupTries = 15 // With a max wait of 5ms, this amounts to up to 75ms.
lookupTries = 20 // With a max wait of 5ms, this amounts to up to 100ms.
fastLookupTries = 2
)