I'm hosting a server on Ubuntu Linux. My server-settings.json file is usually configured with an autosave_interval of 30 minutes. However, I noticed autosaves were only happening about once every 63 minutes.
As a test, I set the autosave_interval to 1 minute. In this case (see attached files), the server is still only autosaving about once every 95 seconds.
[0/17.58] Server not honoring autosave_interval precisely
-
- Burner Inserter
- Posts: 9
- Joined: Thu Jan 12, 2017 2:44 pm
- Contact:
[0/17.58] Server not honoring autosave_interval precisely
- Attachments
-
- server-settings.json
- (801 Bytes) Downloaded 61 times
-
- factorio-current.log
- (42.48 KiB) Downloaded 57 times
-
- _autosave2.zip
- (22.3 MiB) Downloaded 57 times
Re: [0/17.58] Server not honoring autosave_interval precisely
Thanks for the report however that's working correctly. Autosave interval is in game-time not real world time. Your save file is not running at full speed because you've built so much and so it takes longer real-world time to reach the interval.
If you want to get ahold of me I'm almost always on Discord.
-
- Burner Inserter
- Posts: 9
- Joined: Thu Jan 12, 2017 2:44 pm
- Contact:
Re: [0/17.58] Server not honoring autosave_interval precisely
I see, thanks for the info! So if I set the autosave_interval to 1 minute, it's really being set to 3600 game ticks? 30 minutes = 108,000 ticks?
Re: [0/17.58] Server not honoring autosave_interval precisely
Yeah. You should be able to see the speed at which your game is running in "UPS", which is really ticks per second, if you turn it on in the debug overlay.electricOzone wrote: ↑Mon Aug 12, 2019 12:22 am I see, thanks for the info! So if I set the autosave_interval to 1 minute, it's really being set to 3600 game ticks? 30 minutes = 108,000 ticks?