How to Change the Save Interval on Your Soulmask Server
You can configure how often the server saves the game state. There are two intervals:
- Save Time Interval — How often the server saves the world state to an in-memory database
- Backup Interval — How often the server writes the in-memory database to the
world.dbfile on disk
Open dashboard
Open the dashboard of your server.Open settings
Navigate to the Settings.Adjust intervals
Adjust the values in the following fields (in seconds):Field Default Description Save Time Interval 600(10 minutes)Saves the world state to the in-memory database Backup Interval 900(15 minutes)Writes the database to the world.dbfileRestart the server
Save the settings and restart your server.
Tip
Lower values mean more frequent saves and less data loss in case of a crash, but may affect performance. The default values are recommended for most servers.