node: raise engine batch limit even more

Since this isn't configurable, we really want to ensure this limit will never
become an issue in the CL/EL communication.
This commit is contained in:
Felix Lange 2023-08-16 14:50:14 +02:00
parent 957f1a8ebb
commit dbde6d878f

View file

@ -40,7 +40,7 @@ const (
// Engine API batch limits: these are not configurable by users, and should cover the
// needs of all CLs.
engineAPIBatchItemLimit = 2000
engineAPIBatchResponseSizeLimit = 100 * 1000 * 1000
engineAPIBatchResponseSizeLimit = 250 * 1000 * 1000
)
var (