Commit 364885c8 authored by Alexandre Delanoë's avatar Alexandre Delanoë

increasing time

parent 0b906ccc
......@@ -65,7 +65,7 @@ getPage env q perPage pageNum = do
case eDocs of
Left err -> panic $ "[getPage] error: " <> show err
Right docs -> do
_ <- threadDelay 1000000 -- One seconds
_ <- threadDelay 2000000 -- One seconds
pure docs
-- | TODO this parser need at least one subs at the end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment