We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这么做的原因是,这个服务器程序,如果意外崩溃,或电脑意外关机/停电,可能会导致玩家的进度回滚到 之前的时间(有的时候可能是快1小时,这很离谱。),虽然 有服务器文件自动存档,但哪个太占用硬盘资源了,而且时至少半小时,1小时的回滚,
如果有了服务器存档,每分钟保存一次,即使服务器程序崩溃,回档时间也只在1分钟左右,这不会影响正常游戏进度。
希望被采纳。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这么做的原因是,这个服务器程序,如果意外崩溃,或电脑意外关机/停电,可能会导致玩家的进度回滚到 之前的时间(有的时候可能是快1小时,这很离谱。),虽然 有服务器文件自动存档,但哪个太占用硬盘资源了,而且时至少半小时,1小时的回滚,
如果有了服务器存档,每分钟保存一次,即使服务器程序崩溃,回档时间也只在1分钟左右,这不会影响正常游戏进度。
希望被采纳。
The text was updated successfully, but these errors were encountered: