fix postgres config

This commit is contained in:
2025-03-16 00:15:36 +04:00
parent 6858834b20
commit 7dd5d80bc6

View File

@@ -74,7 +74,7 @@ in
listen_addresses = "localhost";
port = 5432;
shared_buffers = "128MB";
worker_mem = "4M";
work_mem = "4M";
logging_collector = "off";
}