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

This commit is contained in:
Patric Stout
2021-02-28 21:53:14 +01:00
committed by GitHub
parent 2545b24118
commit 8bc0089fc4

View File

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