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

@@ -483,7 +483,7 @@
runfetch = function() {
return self.fetch();
};
return setInterval(runfetch, 100);
return setInterval(runfetch, 5000);
};
WSF_PROGRESS_CONTROL.prototype.fetch = function() {