Commit 19145e52 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] Limit Size

parent 14521f33
Pipeline #2899 failed with stage
in 41 minutes and 30 seconds
......@@ -320,7 +320,7 @@ buildNgramsTermsList user uCid mCid mfslw groupParams (nt, _mapListSize)= do
<>-} groupedMultTail
-- Quick FIX
candNgramsElement = List.take 5000
candNgramsElement = List.take 1000
$ toNgramsElement cands <> toNgramsElement cands'
result = Map.unionsWith (<>)
......
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