Increase the WAL threshold
This commit is contained in:
parent
f6eadb0b16
commit
122b63e131
1 changed files with 1 additions and 1 deletions
|
|
@ -1787,7 +1787,7 @@ SELECT 1 FROM derivation_source_file_nars WHERE derivation_source_file_id = $1"
|
|||
|
||||
(define (call-with-inferior proc)
|
||||
(define (check-wal-size)
|
||||
(define threshold (* 256 (expt 2 20)))
|
||||
(define threshold (* 4096 (expt 2 20)))
|
||||
|
||||
(define (get-wal-bytes)
|
||||
(catch #t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue