mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-11 11:37:29 +08:00
Update default "[Advanced] Extra Startup Parameters" value
Added `-limitFPS=120` flag to the default value to prevent runaway FPS and crashing for vanilla servers.
This commit is contained in:
parent
54054579ef
commit
f10379b228
@ -249,7 +249,7 @@
|
||||
"name": "[Advanced] Extra Startup Parameters",
|
||||
"description": "See https:\/\/community.bistudio.com\/wiki\/DayZ:Server_Configuration#Launch_Parameters for more info on valid flags for this field.",
|
||||
"env_variable": "STARTUP_PARAMS",
|
||||
"default_value": "-doLogs",
|
||||
"default_value": "-doLogs -limitFPS=120",
|
||||
"user_viewable": true,
|
||||
"user_editable": true,
|
||||
"rules": "nullable|string"
|
||||
|
Loading…
Reference in New Issue
Block a user