diff --git a/core/src/main/groovy/com/muwire/core/files/PersisterService.groovy b/core/src/main/groovy/com/muwire/core/files/PersisterService.groovy index 1c275a81..16911ee5 100644 --- a/core/src/main/groovy/com/muwire/core/files/PersisterService.groovy +++ b/core/src/main/groovy/com/muwire/core/files/PersisterService.groovy @@ -60,7 +60,7 @@ class PersisterService extends Service { log.fine("loaded file $event.loadedFile.file") listener.publish event loaded++ - if (loaded % 50 == 0) + if (loaded % 10 == 0) Thread.sleep(10) } }