etc/options
changeset 78914 715f1bd21993
parent 78862 cc8391b92747
child 79067 212c94edae2b
--- a/etc/options	Wed Nov 08 12:00:29 2023 +0100
+++ b/etc/options	Wed Nov 08 12:41:41 2023 +0100
@@ -402,8 +402,6 @@
 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" (standard "on") for connection
-  -- "see https://www.postgresql.org/docs/current/runtime-config-wal.html#GUC-SYNCHRONOUS-COMMIT"
 
 
 section "Build Log Database"
@@ -417,8 +415,6 @@
 option build_log_ssh_user : string = "" for connection
 option build_log_ssh_port : int = 0 for connection
 option build_log_history : int = 30  -- "length of relevant history (in days)"
-option build_log_database_synchronous_commit : string = "off" (standard "on") for connection
-  -- "see https://www.postgresql.org/docs/current/runtime-config-wal.html#GUC-SYNCHRONOUS-COMMIT"
 
 
 section "Isabelle/Scala/ML system channel"