getSemaphoreLimit static method

int getSemaphoreLimit()

Returns the current maximum number of concurrent file operations.

Default: 50

Implementation

static int getSemaphoreLimit() => _semaphoreLimit;