question

Upvotes
Accepted
5 1 3 2

Batch request size

When i send some marketPrice and marketByprice requests,reutrn this warning

"Warning: Batch request size may be limited due to throttling on RSSL_Cons_Connection"

what is the upper limit?

treprfarfa-apibatch
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
4.4k 10 6 9
@crystal-za.xu

The message simply means RFA may split your batch request into multiple smaller batches.

This happens by default and can be stopped by disabling RFA’s request throttling.

Throttle help avoiding the network channel overflow and trashing, so you should keep this feature on and adjust the value as needed.

The feature is configured in theses configuration fields:

\Connections\Connection_RSSL\throttleEnabled = true
\Connections\Connection_RSSL\throttleType = "count"
\Connections\Connection_RSSL\throttleBatchCount = 10
\Connections\Connection_RSSL\throttleMaxCount = 250

See RFA Configuration Guide for more info on each configuration fields.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.