Sete zenith.file_cache_size parameter

This commit is contained in:
Konstantin Knizhnik
2021-09-24 18:19:41 +03:00
parent b51d3f6b2b
commit c23b65914e
2 changed files with 2 additions and 1 deletions

View File

@@ -324,6 +324,7 @@ impl PostgresNode {
max_connections = 100\n\
wal_sender_timeout = 0\n\
wal_level = replica\n\
zenith.file_cache_size = 4096\n\
listen_addresses = '{address}'\n\
port = {port}\n",
address = self.address.ip(),