hide progress bar on startup

This commit is contained in:
Nick Sweeting 2024-10-31 07:11:09 -07:00
parent 17faa5a507
commit 721427a484
No known key found for this signature in database
4 changed files with 117 additions and 7 deletions
archivebox/core

View file

@ -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": (