-
-
Notifications
You must be signed in to change notification settings - Fork 638
New issue
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
[Feature] Save server by interval time #13
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
beats-dh
commented
Aug 31, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Costallat
force-pushed
the
master
branch
4 times, most recently
from
September 24, 2021 18:26
70cfa99
to
ccd27ed
Compare
Costallat
force-pushed
the
master
branch
19 times, most recently
from
October 5, 2021 14:16
144148b
to
29e30e0
Compare
beats-dh
force-pushed
the
save-interval-time
branch
from
October 28, 2021 01:40
6cc2bde
to
4bbf03d
Compare
beats-dh
force-pushed
the
save-interval-time
branch
from
October 28, 2021 01:45
4bbf03d
to
b503751
Compare
dudantas
changed the title
Add save interval time
[Feature] Save server by interval time
Oct 28, 2021
Kudos, SonarCloud Quality Gate passed! |
2 tasks
5 tasks
10 tasks
1 task
luan
pushed a commit
that referenced
this pull request
Jul 11, 2023
Added a feature that can be activated in config.lua, so you can save the server from time to time according to the interval you choose automatically. Set to "true" for enable feature and "false" for disable Save interval time is configured in hours, in the example below we will have a save every 1 hour -- Save interval per time -- NOTE: togleSaveInterval: true = enable the save interval, false = disable the save interval -- NOTE: saveIntervalType: "minute", "second" or "hour" -- NOTE: togleSaveIntervalCleanMap: true = enable the clean map, false = disable the clean map -- NOTE: saveIntervalTime: time based on what was set in "saveIntervalType" togleSaveInterval = true saveIntervalType = "hour" togleSaveIntervalCleanMap = true saveIntervalTime = 1
Jonyrewind
added a commit
to Jonyrewind/canary
that referenced
this pull request
Sep 27, 2023
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added a feature that can be activated in config.lua, so you can save the server from time to time according to the interval you choose automatically.
Set to "true" for enable feature and "false" for disable
Save interval time is configured in hours, in the example below we will have a save every 1 hour
-- Save interval per time
-- NOTE: togleSaveInterval: true = enable the save interval, false = disable the save interval
-- NOTE: saveIntervalType: "minute", "second" or "hour"
-- NOTE: togleSaveIntervalCleanMap: true = enable the clean map, false = disable the clean map
-- NOTE: saveIntervalTime: time based on what was set in "saveIntervalType"
togleSaveInterval = true
saveIntervalType = "hour"
togleSaveIntervalCleanMap = true
saveIntervalTime = 1