Merge pull request #2093 from SoyChai/report-button-timing-fix

Report button plugin: Fix the skipping seconds digits
This commit is contained in:
Adam
2018-04-28 17:44:59 -04:00
committed by GitHub

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()
{ {