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(
period = 1,
unit = ChronoUnit.SECONDS
period = 500,
unit = ChronoUnit.MILLIS
)
public void updateSchedule()
{