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

[FIX] Limit Size

parent 14521f33
...@@ -320,7 +320,7 @@ buildNgramsTermsList user uCid mCid mfslw groupParams (nt, _mapListSize)= do ...@@ -320,7 +320,7 @@ buildNgramsTermsList user uCid mCid mfslw groupParams (nt, _mapListSize)= do
<>-} groupedMultTail <>-} groupedMultTail
-- Quick FIX -- Quick FIX
candNgramsElement = List.take 5000 candNgramsElement = List.take 1000
$ toNgramsElement cands <> toNgramsElement cands' $ toNgramsElement cands <> toNgramsElement cands'
result = Map.unionsWith (<>) 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