Skip to content
Snippets Groups Projects
Commit 3b303cc8 authored by Andy Yates's avatar Andy Yates
Browse files

[ENSCORESW-689]. Allowing more IDs when querying for a list of dbIDs as integers.

The original code decalred a max of 2K ids because of max allowed packet concerns
and wanted the packet to stay close to 256KB. However the actual figure was off
by a factor of 8 as the max packet is 1MB not 1Mbit. We have increased the limit
to 16K when working with numerics. Strings are still at 2K due to their possible
large size.
parent b7bb388d
No related branches found
No related tags found
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