mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-26 07:52:56 +08:00
Set default "Max FPS" value
Set default "Max FPS" Startup Parameter value to 120, as recommended by BI documentation.
This commit is contained in:
parent
c748b5a7e8
commit
ebc02d607f
@ -132,7 +132,7 @@
|
||||
"name": "[Advanced] Max FPS",
|
||||
"description": "Sets a maximum FPS limit for the server, saving performance in some cases. Leave empty for no limit.",
|
||||
"env_variable": "MAX_FPS",
|
||||
"default_value": "",
|
||||
"default_value": "120",
|
||||
"user_viewable": true,
|
||||
"user_editable": true,
|
||||
"rules": "nullable|integer|gt:0"
|
||||
|
Loading…
Reference in New Issue
Block a user