haumea: increase max connections to account for the increase in the queue runner
Eelco Dolstra committed
Mar 20, 2022 at 12:31 UTC
0a92f5001a14eaedb6ac7803b873e72e47692f60
1 file changed
+1
-1
delft/haumea.nix
+1
-1
@@ -115,7 +115,7 @@
115
log_temp_files = 0;
116
log_autovacuum_min_duration = 0;
117
118
- max_connections = 250;
118
+ max_connections = 500;
119
work_mem = "20MB";
120
maintenance_work_mem = "2GB";
121