services.reposilite.settings.ioThreadPool

NixOS option

The IO thread pool handles all tasks that may benefit from non-blocking IO. (min: 2) Because most tasks are redirected to IO thread pool, it might be a good idea to keep it at least equal to web thread pool.

type: integer between 2 and 65535 (both inclusive)
Default
8
declared in: nixos/modules/services/web-apps/reposilite.nixView source on NixOS/nixpkgs →