summarylogtreecommitdiffstats
path: root/gitea-arch-defaults.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gitea-arch-defaults.patch')
-rw-r--r--gitea-arch-defaults.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/gitea-arch-defaults.patch b/gitea-arch-defaults.patch
index ff1bb2ada9cd..cf0c97d66eee 100644
--- a/gitea-arch-defaults.patch
+++ b/gitea-arch-defaults.patch
@@ -16,16 +16,16 @@
SCRIPT_TYPE = bash
; Default ANSI charset
ANSI_CHARSET =
-@@ -236,7 +236,7 @@ SQLITE_TIMEOUT = 500
+@@ -241,7 +241,7 @@
; For iterate buffer, default is 50
ITERATE_BUFFER_SIZE = 50
; Show the database generated SQL
-LOG_SQL = true
+LOG_SQL = false
-
- [indexer]
- ISSUE_INDEXER_PATH = indexers/issues.bleve
-@@ -471,10 +471,10 @@ MAX_FILES = 5
+ ; Maximum number of DB Connect retries
+ DB_RETRIES = 10
+ ; Backoff time per DB retry (time.Duration)
+@@ -485,10 +485,10 @@
FORMAT =
[log]
@@ -38,7 +38,7 @@
; Buffer length of the channel, keep it as it is if you don't know what it is.
BUFFER_LEN = 10000
; Either "Trace", "Debug", "Info", "Warn", "Error", "Critical", default is "Trace"
-@@ -482,7 +482,7 @@ LEVEL = Trace
+@@ -496,7 +496,7 @@
; For "console" mode only
[log.console]