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(
|
@Schedule(
|
||||||
period = 1,
|
period = 500,
|
||||||
unit = ChronoUnit.SECONDS
|
unit = ChronoUnit.MILLIS
|
||||||
)
|
)
|
||||||
public void updateSchedule()
|
public void updateSchedule()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user