Reduce chunk size
To try and respond quicker when the WAL is growing.
This commit is contained in:
parent
97b76000ec
commit
b79c7e83be
1 changed files with 1 additions and 1 deletions
|
|
@ -1889,7 +1889,7 @@ SELECT 1 FROM derivation_source_file_nars WHERE derivation_source_file_id = $1"
|
||||||
|
|
||||||
(inferior-eval '(vector-length gds-inferior-packages) inferior)))))
|
(inferior-eval '(vector-length gds-inferior-packages) inferior)))))
|
||||||
|
|
||||||
(define chunk-size 5000)
|
(define chunk-size 3000)
|
||||||
|
|
||||||
(define (check-wal-size)
|
(define (check-wal-size)
|
||||||
(let loop ((wal-bytes
|
(let loop ((wal-bytes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue