Update statistics.dm

This commit is contained in:
Github is ok, I guess
2015-05-17 10:36:20 +01:00
parent b423ba7bc4
commit 229087c269

View File

@@ -98,7 +98,7 @@ proc/statistic_cycle()
return
while(1)
sql_poll_population()
sleep(600)
sleep(6000)
//This proc is used for feedback. It is executed at round end.
proc/sql_commit_feedback()