We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7e77c commit 940fc63Copy full SHA for 940fc63
src/utils/monitor.lisp
@@ -123,6 +123,7 @@
123
(*client-min-messages* . ,*client-min-messages*)
124
(*monitoring-queue* . ,*monitoring-queue*)
125
(*error-output* . ,*error-output*)
126
+ (*root-dir* . ,*root-dir*)
127
(*standard-output* . ,*standard-output*)
128
(*summary-pathname* . ,*summary-pathname*)
129
(*sections* . ',*sections*)))
src/utils/threads.lisp
@@ -12,6 +12,7 @@
12
(*copy-batch-size* . ,*copy-batch-size*)
13
(*concurrent-batches* . ,*concurrent-batches*)
14
(*pg-settings* . ',*pg-settings*)
15
16
(*fd-path-root* . ,*fd-path-root*)
17
18
(*log-min-messages* . ,*log-min-messages*)
0 commit comments