1
0
Fork 0

Fix c3dc27e3: put the max-value of fast-forward-speed-limit to within the storage size (#8769)

pull/8776/head
Patric Stout 2021-02-28 21:53:14 +01:00 committed by GitHub
parent 2545b24118
commit 8bc0089fc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3371,7 +3371,7 @@ flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC
guiflags = SGF_0ISDISABLED | SGF_NO_NETWORK guiflags = SGF_0ISDISABLED | SGF_NO_NETWORK
def = 2500 def = 2500
min = 0 min = 0
max = 100000 max = 50000
interval = 10 interval = 10
str = STR_CONFIG_SETTING_FAST_FORWARD_SPEED_LIMIT str = STR_CONFIG_SETTING_FAST_FORWARD_SPEED_LIMIT
strhelp = STR_CONFIG_SETTING_FAST_FORWARD_SPEED_LIMIT_HELPTEXT strhelp = STR_CONFIG_SETTING_FAST_FORWARD_SPEED_LIMIT_HELPTEXT