mirror of
https://github.com/safing/portmaster
synced 2025-09-04 19:49:15 +00:00
Increase max state table lookup time window
This commit is contained in:
parent
0aae9b4697
commit
f8c6fbd7f4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue