services.reposilite.settings.webThreadPool

NixOS option

Maximum amount of threads used by the core thread pool. (min: 5) The web thread pool handles the first few steps of incoming HTTP connections, tasks are redirected as soon as possible to the IO thread pool.

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