diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2013-03-15 11:32:05 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2013-03-15 17:50:54 +0100 |
commit | fe3abd02da83be5bf03f0f183e1ab98c50dcb608 (patch) | |
tree | 0bd41ba53c36d73dd1692307da5cceb48768ee5e /world/conf/char_athena.conf | |
parent | ea6e97a9bb4c03c83321ade0d89c155845050bfc (diff) | |
download | serverdata-fe3abd02da83be5bf03f0f183e1ab98c50dcb608.tar.gz serverdata-fe3abd02da83be5bf03f0f183e1ab98c50dcb608.tar.bz2 serverdata-fe3abd02da83be5bf03f0f183e1ab98c50dcb608.tar.xz serverdata-fe3abd02da83be5bf03f0f183e1ab98c50dcb608.zip |
Revert save time to the recommended default (300 seconds, which is 5 minutes).
Diffstat (limited to 'world/conf/char_athena.conf')
-rw-r--r-- | world/conf/char_athena.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/conf/char_athena.conf b/world/conf/char_athena.conf index 8ea1f99f..38b494e6 100644 --- a/world/conf/char_athena.conf +++ b/world/conf/char_athena.conf @@ -31,7 +31,7 @@ max_connect_user: 0 check_ip_flag: yes // How often should the server save all files? (In seconds) -autosave_time: 15 +autosave_time: 300 // Character server flatfile database char_txt: save/athena.txt |