bulkSize property

int bulkSize
getter/setter pair

bulkSize Max size the local queue can reach before sending the bulk of requests. If <= 0, no bulk mechanism. requests are sent straight away. Bulk sending requires tokenAuth to be set.

Implementation

int bulkSize = 0;