mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-29 22:15:21 -04:00
hide progress bar on startup
This commit is contained in:
parent
17faa5a507
commit
721427a484
4 changed files with 117 additions and 7 deletions
archivebox/core
|
@ -191,7 +191,7 @@ SQLITE_CONNECTION_OPTIONS = {
|
|||
# https://gcollazo.com/optimal-sqlite-settings-for-django/
|
||||
# https://litestream.io/tips/#busy-timeout
|
||||
# https://docs.djangoproject.com/en/5.1/ref/databases/#setting-pragma-options
|
||||
"timeout": 5,
|
||||
"timeout": 10,
|
||||
"check_same_thread": False,
|
||||
"transaction_mode": "IMMEDIATE",
|
||||
"init_command": (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue