Go back to checking once every minute
This commit is contained in:
parent
664e173860
commit
fba645a338
@ -34,7 +34,7 @@ public class TaskTax extends Task
|
|||||||
public TaskTax()
|
public TaskTax()
|
||||||
{
|
{
|
||||||
// Just check once a minute
|
// Just check once a minute
|
||||||
this.setPeriod(10L * 20L); // 10 seconds for testing purposes
|
this.setPeriod(60L * 20L);
|
||||||
|
|
||||||
this.setMustBeTaskServer(true);
|
this.setMustBeTaskServer(true);
|
||||||
this.setLoggingTimeSpent(true);
|
this.setLoggingTimeSpent(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user