mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 06:58:58 -05:00
🔧 Minor config improvement on devenv postgresql.
This commit is contained in:
parent
2436c09295
commit
1a33c266e3
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ synchronous_commit = off # synchronization level;
|
|||
#wal_recycle = on # recycle WAL files
|
||||
#wal_buffers = -1 # min 32kB, -1 sets based on shared_buffers
|
||||
# (change requires restart)
|
||||
#wal_writer_delay = 200ms # 1-10000 milliseconds
|
||||
wal_writer_delay = 900ms # 1-10000 milliseconds
|
||||
#wal_writer_flush_after = 1MB # measured in pages, 0 disables
|
||||
|
||||
#commit_delay = 0 # range 0-100000, in microseconds
|
||||
|
|
Loading…
Add table
Reference in a new issue