Increase the WAL threshold

This commit is contained in:
Christopher Baines 2024-08-20 10:31:20 +01:00
parent f6eadb0b16
commit 122b63e131

View file

@ -1787,7 +1787,7 @@ SELECT 1 FROM derivation_source_file_nars WHERE derivation_source_file_id = $1"
(define (call-with-inferior proc) (define (call-with-inferior proc)
(define (check-wal-size) (define (check-wal-size)
(define threshold (* 256 (expt 2 20))) (define threshold (* 4096 (expt 2 20)))
(define (get-wal-bytes) (define (get-wal-bytes)
(catch #t (catch #t