Page MenuHomePhabricator

[DeepCat] probe for max values regarding CatGraph search depth
Closed, ResolvedPublic2 Estimated Story Points

Description

currently the gadget is set to a maxDepth of 10 and maxResults of 50

Event Timeline

WMDE-Fisch raised the priority of this task from to Needs Triage.
WMDE-Fisch updated the task description. (Show Details)
WMDE-Fisch subscribed.
KasiaWMDE set Security to None.

From https://github.com/wmde/DeepCat-Gadget/issues/13#issuecomment-111508131:
Limits in the Gadget/JSONP-interface/CatGraph (for limits on Cirrus/Elastic see T101984):

  • maxresultrows limits the maximum subcategories returned by the jsonp interface per request (i.e. per deepcat: keyword). We could change that if needed.
  • maxDepth and maxResults in the gadget. We can change that as needed.
  • GET request string length limit, server-side: about 8k characters. We can't change that unless we change to POST.
  • GET request string length limit, browser-side: roughly 2k characters (~150-175 categories) according to @WMDE-Fisch. We can't change that unless we change to POST.
Tobi_WMDE_SW claimed this task.