diff options
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/map_athena.conf | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/conf-tmpl/map_athena.conf b/conf-tmpl/map_athena.conf index efc9833a1..18dee1518 100644 --- a/conf-tmpl/map_athena.conf +++ b/conf-tmpl/map_athena.conf @@ -92,8 +92,14 @@ enable_spy: no // This prevents usage of >& log.file
console: off
-// Database autosave time, in seconds.
-autosave_time: 60
+// Database autosave time
+// When positive, all characters are saved on this time in seconds (example:
+// autosave of 60 secs with 60 characters online -> one char is saved every
+// second)
+// When negative, the timeslot is constant, in ms (example: if -1000, a
+// character will be saved once a second, regardless of number of players
+// online).
+autosave_time: 300
// Apart from the autosave_time, players will also get saved when involved
// in the following (add as needed):
|