throttle even further - 500/s

pull/24/head
Zlatin Balevsky 2019-10-09 17:34:54 +01:00
parent ed3f9da773
commit 14bdfa6b2e
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class PersisterService extends Service {
listener.publish event
loaded++
if (loaded % 10 == 0)
Thread.sleep(10)
Thread.sleep(20)
}
}
}