<Calinou>save interval should probably be something like 300

This commit is contained in:
SmallJoker 2014-07-16 11:59:03 +02:00
parent c3c737ed38
commit 6ac6cc1781
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ ipnames = {}
ipnames.data = {}
ipnames.tmp_data = {}
ipnames.changes = false
ipnames.save_interval = 480
ipnames.save_interval = 240
ipnames.save_time = 0
ipnames.file = minetest.get_worldpath().."/ipnames.data"