Set the SaveTask schedule to async so it won't slow down the server

anymore if the MySQL connection is slow.
This commit is contained in:
Pascal Koenig
2011-10-09 14:46:05 +02:00
parent c66ce29467
commit da2642e299
3 changed files with 37 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
<property name="dist" value="dist" />
<property name="src" value="src" />
<property name="name" value="Stats" />
<property name="version" value="0.99.1" />
<property name="version" value="0.99.2" />
<property name="resources" value="resources" />
<property name="author" value="nidefawl" />