reportbutton: Double frequency of time updates to avoid skipping seconds
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