Replies: 1 comment 2 replies
-
|
Only writing to disk every 5 minute isn't really going to save you writes. It still has to write the same data, just in larger batches each time. Edit: The core isn't set up for it. Saving characters happens every 15 minutes by default but a lot of the SQL data is actually executed when they happen so you would have to change the core to support it - but again, it doesn't really save you writes. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have seen several comments about limiting writing in disk.
There is some way of maintaining changes in memory and dumping to the database every 5 minutes?
Assuming the risk of losing those 5-minute changes.
Target: singlePlayer + few altBots.
Beta Was this translation helpful? Give feedback.
All reactions