Commit bdd5deec authored by Alexandre Delanoë's avatar Alexandre Delanoë

[TEST] fixing number of results (needs more)

parent e16a4fc5
......@@ -151,7 +151,7 @@ triggerSearxSearch :: (MonadBase IO m, FlowCmdM env err m)
-> (JobLog -> m ())
-> m JobLog
triggerSearxSearch user cId q l logStatus = do
let numPages = 10
let numPages = 100
let jobLog = JobLog { _scst_succeeded = Just 0
, _scst_failed = Just 0
, _scst_remaining = Just numPages
......
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