Merge pull request #2093 from SoyChai/report-button-timing-fix
Report button plugin: Fix the skipping seconds digits
This commit is contained in:
@@ -117,8 +117,8 @@ public class ReportButtonPlugin extends Plugin
|
||||
}
|
||||
|
||||
@Schedule(
|
||||
period = 1,
|
||||
unit = ChronoUnit.SECONDS
|
||||
period = 500,
|
||||
unit = ChronoUnit.MILLIS
|
||||
)
|
||||
public void updateSchedule()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user