services.reposilite.settings.databaseThreadPool
NixOS option
Maximum amount of concurrent connections to the database. (one per thread) Embedded databases (sqlite, h2) do not support truly concurrent connections, so the value will always be 1 if they are used.
type: positive integer, meaning >0Default
declared in: nixos/modules/services/web-apps/reposilite.nixView source on NixOS/nixpkgs →1