carlquistb / FormulaCraft

An SMS-based service for running Minecraft server on AWS.
MIT License
0 stars 1 forks source link

brainstorm a better way to handle the saving process. #31

Closed carlquistb closed 4 years ago

carlquistb commented 4 years ago

files being saved are getting corrupted. Oh no!

Currently, we upload active files. I propose that we run the save-stop command in order to stop the files from being saved while we are uploading them. After the upload, we can run the save-start command to start autosaving again.

I don't know how the caching works, though. Nor do I know how this will affect lag.

carlquistb commented 4 years ago

This has been resolved with #48 and prior enhancements.