Commit 7ea5eb11 authored by delanoe's avatar delanoe

[FIX] Parameters graph generation: see bug #BUG-70-GRAPH_Generation_REST_with_small_corpus.md

parent b51764a0
......@@ -398,7 +398,7 @@ DEFAULT_N_DOCS_HAVING_NGRAM = 5
# Graph constraints to compute the graph:
# Modes: live graph generation, graph asynchronously computed or errors detected
# here are the maximum size of corpus and maplist required to compute the graph
graph_constraints = {'corpusMax' : 100
,'corpusMin' : 40
graph_constraints = {'corpusMax' : 0
,'corpusMin' : 0
,'mapList' : 50
}
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