bundles/postgresql: more cache, please

This commit is contained in:
Franzi 2023-06-03 13:21:23 +02:00
parent 5b9ce2faa1
commit 712454c1e3
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 9 additions and 1 deletions

View file

@ -24,6 +24,7 @@ defaults = {
'shared_buffers': 128,
'temp_buffers': 8,
'slow_query_log_sec': 0,
'cache_size': 256,
},
}