Skip to content
Snippets Groups Projects
Commit a4d0ee16 authored by anttil's avatar anttil
Browse files

BIS-298 / SP-447: Remove update flood

SVN: 28061
parent 6c9c5743
No related branches found
No related tags found
No related merge requests found
......@@ -87,8 +87,7 @@ public class ServiceConversationRateLimitedProgressListener implements
if (timeSinceLastExecution > this.interval)
{
this.executor.execute(update);
this.future = null;
future = this.executor.schedule(update, 0, TimeUnit.MILLISECONDS);
} else
{
future =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment