Small tweaks

This commit is contained in:
Alejandro Angulo 2023-07-13 18:26:57 -07:00
parent 7565716339
commit f81caab06b
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -30,6 +30,15 @@ in {
# Arbitrary large size # Arbitrary large size
maxUploadSize = "16G"; maxUploadSize = "16G";
configureRedis = true; configureRedis = true;
logType = "file";
poolSettings = {
pm = "dynamic";
"pm.max_children" = "64";
"pm.max_requests" = "500";
"pm.max_spare_servers" = "25";
"pm.min_spare_servers" = "10";
"pm.start_servers" = "15";
};
config = { config = {
dbtype = "pgsql"; dbtype = "pgsql";
adminuser = "alejandro"; adminuser = "alejandro";