-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The default scanner timeout is 315.360.000 seconds instead of `u64::MAX`. Using `u64::MAX` as the default value doesn't work because that value is later added to the current epoch and would cause an integer overflow. We need a value that is large enough but that has some room before `u64::MAX` is reached.
- Loading branch information
Showing
1 changed file
with
25 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters