--- a/etc/options Tue Jul 18 21:06:11 2023 +0200
+++ b/etc/options Tue Jul 18 23:03:39 2023 +0200
@@ -390,6 +390,8 @@
option build_database_ssh_host : string = "" for connection
option build_database_ssh_user : string = "" for connection
option build_database_ssh_port : int = 0 for connection
+option build_database_synchronous_commit : string = "off" for connection
+ -- "see https://www.postgresql.org/docs/current/runtime-config-wal.html#GUC-SYNCHRONOUS-COMMIT"
section "Build Log Database"
@@ -404,6 +406,8 @@
option build_log_ssh_port : int = 0 for connection
option build_log_history : int = 30 -- "length of relevant history (in days)"
option build_log_transaction_size : int = 1 -- "number of log files for each db update"
+option build_log_database_synchronous_commit : string = "off" for connection
+ -- "see https://www.postgresql.org/docs/current/runtime-config-wal.html#GUC-SYNCHRONOUS-COMMIT"
section "Isabelle/Scala/ML system channel"