From a1495d27f0d211406cd045adfe8822bede0dd336 Mon Sep 17 00:00:00 2001 From: tcely Date: Thu, 17 Apr 2025 12:45:49 -0400 Subject: [PATCH] Update local_settings.py.container --- tubesync/tubesync/local_settings.py.container | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubesync/tubesync/local_settings.py.container b/tubesync/tubesync/local_settings.py.container index bcd70330..8b61692b 100644 --- a/tubesync/tubesync/local_settings.py.container +++ b/tubesync/tubesync/local_settings.py.container @@ -63,7 +63,7 @@ else: # a larger value means less delay # with too little delay, you may see # more "database is locked" errors - SQLITE_DELAY_FLOAT = 1.5 + SQLITE_DELAY_FLOAT = 5 DEFAULT_THREADS = 1