summaryrefslogtreecommitdiff
path: root/fetcher.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fetcher.fnl')
-rw-r--r--fetcher.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetcher.fnl b/fetcher.fnl
index b3db8f0..617bbfc 100644
--- a/fetcher.fnl
+++ b/fetcher.fnl
@@ -43,7 +43,7 @@
(if (or (= items nil) (= 0 (# items)))
knil
(do
- (os.execute "sleep .3")
+ (os.execute "sleep 1")
(gather (+ page 1) (array.concat knil items)))))
(= 404 status)
knil