diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-13 17:05:48 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-13 17:05:48 +0000 |
commit | 0318763bacdcd0f521ef61f837f50ddb9483a434 (patch) | |
tree | 9c9b2605b677093a3363da602f4fd392c4fa68bb /Changelog-Trunk.txt | |
parent | 81fe0ffc594681ce2fe497b6e23bcc9005ec87b9 (diff) | |
download | hercules-0318763bacdcd0f521ef61f837f50ddb9483a434.tar.gz hercules-0318763bacdcd0f521ef61f837f50ddb9483a434.tar.bz2 hercules-0318763bacdcd0f521ef61f837f50ddb9483a434.tar.xz hercules-0318763bacdcd0f521ef61f837f50ddb9483a434.zip |
- Changed the default save interval to 5 minutes. Added support for specifying fixed save-intervals by using negative values. EG:
- Save interval set to 300 (5 minutes): all characters will be saved in equal time-slots, so that everyone is saved every 5 minutes regardless of number of players online.
- Save interval set to -1000 (1000 ms): One character will be saved every second, regardless of amount of characters online.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7657 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 28f03ea46..5f5f7355f 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,15 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/07/13
+ * Changed the default save interval to 5 minutes. Added support for
+ specifying fixed save-intervals by using negative values. [Skotlex] EG:
+ - Save interval set to 300 (5 minutes): all characters will be saved in
+ equal time-slots, so that everyone is saved every 5 minutes regardless of
+ number of players online.
+ - Save interval set to -1000 (1000 ms): One character will be saved every
+ second, regardless of amount of characters online.
+ The new fixed-time-slots method is meant for larger servers, so that they
+ can control the saving-induced stressed on the char-server.
* Fixed @storeall and @charstoreall failing when the target character
already had the storage open. [Skotlex]
* Reverted temporarily the Cart Termination equation until it can be
|