From 0fedc1f10c4d5b9cb020e25c6e8440e31a7d1dd2 Mon Sep 17 00:00:00 2001 From: przemyslawpluta Date: Wed, 11 Nov 2015 22:59:47 +0000 Subject: version bump increase time betwean requests --- lib/videos.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/videos.js') diff --git a/lib/videos.js b/lib/videos.js index 924abd9..c2b323c 100644 --- a/lib/videos.js +++ b/lib/videos.js @@ -273,7 +273,7 @@ module.exports = { }); } - setTimeout(function timeout(){ getInfo(); }, 100 * i); + setTimeout(function timeout(){ getInfo(); }, 200 * i); }, items = [], list = [], i, count; -- cgit v1.2.3