getSemaphoreLimit static method

int getSemaphoreLimit()

Returns the current maximum number of concurrent file operations.

Default: 50

See FileLimited.global

Implementation

static int getSemaphoreLimit() => _fileLimited.getSemaphoreLimit();