Skip to content

Commit 38ac89e

Browse files
authored
Limited max ping update frequency
60 seconds is an extremely impracticable cycle. Lowered the limit to 10
1 parent 0ca6250 commit 38ac89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

menu/scoreboard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
"callback" : "basic_option_clbk",
171171
"value" : "ping_frequency",
172172
"default_value" : 1,
173-
"max" : 60,
173+
"max" : 10,
174174
"min" : 1,
175175
"step" : 1,
176176
"localized" : true,

0 commit comments

Comments
 (0)