Skip to content

Commit

Permalink
fix(server): 💻remove auto-restart from serverSetup
Browse files Browse the repository at this point in the history
Since most server services have auto-restart feature, it would have more sence to disable this feature from ServerStarter script.

âš  Note: if you run server on local machine or your server doesnt have auto-restart feature, you need to manually enable this option.
  • Loading branch information
Krutoy242 committed Feb 5, 2024
1 parent 12f7d79 commit e8d49ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server-setup-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ launch:
minRam: 2G

# specifies whether the server is supposed to auto restart after crash
autoRestart: true
autoRestart: false

# after a given amount of crashes in a given time the server will stop auto restarting
crashLimit: 10
Expand Down

0 comments on commit e8d49ec

Please sign in to comment.