🧲
Avoid being rate limited
How to avoid being rate limited by public nodes.
- 1.Launch X-Tokenize
- 2.Navigate to Settings
- 3.Configure the throttle, txs_before_sleep and sleep_time based on your usage of X-Tokenize
Be mindful when using public nodes. Many of these nodes have hundreds if not thousands concurrent connections. Bulk operations can hinder their performance and impact the nodes availability. Abusing public infrastructure can cause you to be permanently restricted from their usage.
throttle
txs_before_sleep
sleep_time
The throttle setting determines how long bulk operation processors like distributions or requests should wait before making subsequent calls to the network.
Default throttle is 50 milliseconds.
The txs_before_sleep setting determines what the max number of bulk operations that can be executed be before taking an extended break (length determined by sleep_time)
The default setting is 250 operations.
The sleep_time setting determines how long the application should take a break before resuming bulk operations.
The default settings is 90000 milliseconds (90 seconds)
FINISHED!
Last modified 3mo ago