obsolete (see also f627ab8c276c);
authorwenzelm
Wed, 08 Nov 2023 12:41:41 +0100
changeset 78914 715f1bd21993
parent 78913 ecb02f288636
child 78915 90756ad4d8d7
obsolete (see also f627ab8c276c);
etc/options
--- 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"