Hi,
Looks like I’m facing strange issue. Backend is GL Ultimate, I’m using wiki to store JSON files, but sometimes files are bigger than 10MB. Files are properly stored in GL wiki side repo, but when trying to download file content of JSON using wiki API is cut off it to 10MB of content, so JSON is broken (not completed). I was looking at the doc and looks like every single wiki page is indexed by Eleastic and limits are coming from ES itself and not from GL. So my question is there any way around to use the wiki but using API to pull directly from wiki repo, and avoid content from Elastic. Don’t ask me why wiki is in use instead of regular project (is it decision above me).
Tnx