Go back to checking once every minute

This commit is contained in:
Magnus Ulf 2020-01-16 23:59:09 +01:00
parent 664e173860
commit fba645a338

View File

@ -34,7 +34,7 @@ public class TaskTax extends Task
public TaskTax()
{
// Just check once a minute
this.setPeriod(10L * 20L); // 10 seconds for testing purposes
this.setPeriod(60L * 20L);
this.setMustBeTaskServer(true);
this.setLoggingTimeSpent(true);