Slow down fetching

This commit is contained in:
YNH Webdev
2013-09-16 00:01:31 +02:00
parent fccb6776b0
commit 1da678f726
3 changed files with 4 additions and 4 deletions

View File

@@ -259,7 +259,7 @@ class WSF_PROGRESS_CONTROL extends WSF_CONTROL
self = @
runfetch= ()->
self.fetch()
setInterval(runfetch, 100)
setInterval(runfetch, 5000)
fetch: ()->
trigger_callback(@control_name, 'progress_fetch')