reportbutton: Double frequency of time updates to avoid skipping seconds

This commit is contained in:
SoyChai
2018-04-28 20:27:05 +10:00
parent b43ebd82ea
commit 197c682d05

View File

@@ -117,8 +117,8 @@ public class ReportButtonPlugin extends Plugin
} }
@Schedule( @Schedule(
period = 1, period = 500,
unit = ChronoUnit.SECONDS unit = ChronoUnit.MILLIS
) )
public void updateSchedule() public void updateSchedule()
{ {