home · contact · privacy
Server: Split in many files, reorganize code slightly to fit change.
[plomrogue] / server / config / io.py
index 2f22a284962b1440fb41c63084fddcddd8dbe03d..76f403c8282ccf2e28474dff1a5b194a470dadec 100644 (file)
@@ -9,6 +9,8 @@ io_db = {
     "path_worldstate": "server_run/worldstate",
     "tmp_suffix": "_tmp",
     "kicked_by_rival": False,
-    "worldstate_updateable": False
+    "worldstate_updateable": False,
+    "wait_on_read_fail": 0.03333,
+    "max_wait_on_read_fail": 5,
+    "save_wait": 15
 }
-