You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* upstream/main:
[skip ci] Updated translations via Crowdin
Add some more labels to labeler (go-gitea#26987)
Fix INI parsing for value with trailing slash (go-gitea#26995)
Correct the database.LOG_SQL default value in config cheat sheet (go-gitea#26997)
Improve "language stats" UI (go-gitea#26968)
[skip ci] Updated translations via Crowdin
Update chroma to v2.9.1 (go-gitea#26990)
Improve issue list layout (go-gitea#26983)
Copy file name to clipboardExpand all lines: docs/content/administration/config-cheat-sheet.en-us.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -446,7 +446,7 @@ The following configuration set `Content-Type: application/vnd.android.package-a
446
446
-`SQLITE_JOURNAL_MODE`: **""**: Change journal mode for SQlite3. Can be used to enable [WAL mode](https://www.sqlite.org/wal.html) when high load causes write congestion. See [SQlite3 docs](https://www.sqlite.org/pragma.html#pragma_journal_mode) for possible values. Defaults to the default for the database file, often DELETE.
447
447
-`ITERATE_BUFFER_SIZE`: **50**: Internal buffer size for iterating.
448
448
-`PATH`: **data/gitea.db**: For SQLite3 only, the database file path.
449
-
-`LOG_SQL`: **true**: Log the executed SQL.
449
+
-`LOG_SQL`: **false**: Log the executed SQL.
450
450
-`DB_RETRIES`: **10**: How many ORM init / DB connect attempts allowed.
451
451
-`DB_RETRY_BACKOFF`: **3s**: time.Duration to wait before trying another ORM init / DB connect attempt, if failure occurred.
452
452
-`MAX_OPEN_CONNS`**0**: Database maximum open connections - default is 0, meaning there is no limit.
0 commit comments