MaxParallelRequests property

  1. @Int()
int MaxParallelRequests
getter/setter pair

MaxParallelRequests is the maximum number of concurrent network requests allowed per instance. 0 uses the default (10). Negative disables the limit.

Implementation

@ffi.Int()
external int MaxParallelRequests;