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
Copy file name to clipboardExpand all lines: docs/content/doc/advanced/config-cheat-sheet.en-us.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -382,6 +382,7 @@ The following configuration set `Content-Type: application/vnd.android.package-a
382
382
-`verify-ca`: Enable TLS with verification of the database server certificate against its root certificate.
383
383
-`verify-full`: Enable TLS and verify the database server name matches the given certificate in either the `Common Name` or `Subject Alternative Name` fields.
384
384
-`SQLITE_TIMEOUT`: **500**: Query timeout for SQLite3 only.
385
+
-`SQLITE_JOURNAL_MODE`: **DELETE**: 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.
385
386
-`ITERATE_BUFFER_SIZE`: **50**: Internal buffer size for iterating.
386
387
-`CHARSET`: **utf8mb4**: For MySQL only, either "utf8" or "utf8mb4". NOTICE: for "utf8mb4" you must use MySQL InnoDB > 5.6. Gitea is unable to check this.
387
388
-`PATH`: **data/gitea.db**: For SQLite3 only, the database file path.
0 commit comments