Browse Source

increased default refresh delays

and made php player expired time more readable
master
poikilos 9 years ago
committed by Jacob Gustafson
parent
commit
55a2507d63
  1. 4
      chunkymap-regen.py
  2. 979
      web/chunkymap.php

4
chunkymap-regen.py

@ -312,8 +312,8 @@ class MTChunks:
self.website_root="/var/www/html/minetest"
self.world_name = "FCAGameAWorld"
self.os_name="linux"
self.refresh_map_seconds = 10
self.refresh_players_seconds = 3
self.refresh_map_seconds = 299
self.refresh_players_seconds = 29
input_string = ""
if (os.path.sep!="/"):

979
web/chunkymap.php

File diff suppressed because it is too large
Loading…
Cancel
Save