You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have some pretty long articles in our wiki and querying enough with read (or massQuery) results in an API/Server error: Warning received from API: result: This result was truncated because it would otherwise be larger than the limit of 8,388,608 bytes.
With readGen (or massQueryGen) I've the possibility to adjust the batch size accordingly, however for the non-generator functions I'm missing this possibility.
The text was updated successfully, but these errors were encountered:
Maybe as a different idea here (not sure whether this is possible though): If the above warning is returned from the API, discard the result and reschedule the request with a smaller (half?) batch size automatically.
We have some pretty long articles in our wiki and querying enough with
read
(ormassQuery
) results in an API/Server error:Warning received from API: result: This result was truncated because it would otherwise be larger than the limit of 8,388,608 bytes.
With
readGen
(ormassQueryGen
) I've the possibility to adjust the batch size accordingly, however for the non-generator functions I'm missing this possibility.The text was updated successfully, but these errors were encountered: