aboutsummaryrefslogtreecommitdiffstats
path: root/gallery_dl/cache.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2020-12-30 18:41:56 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2020-12-30 18:41:56 -0500
commitaa3aaca425176a2017255ff474c5af2d6bb8525b (patch)
treec3f876074e58f3d1d053a459c7e1738526a8788d /gallery_dl/cache.py
parent176b3d1c174fb9fb74514eed0c1dc1e9636e89b9 (diff)
parent87a5aa088ce33a1196ff409b76a9ea8233bdc634 (diff)
Update upstream source from tag 'upstream/1.16.1'
Update to upstream version '1.16.1' with Debian dir e25ca57b32218e964e40338f4bc0b67a7dec5108
Diffstat (limited to 'gallery_dl/cache.py')
-rw-r--r--gallery_dl/cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/cache.py b/gallery_dl/cache.py
index 3886091..a874f63 100644
--- a/gallery_dl/cache.py
+++ b/gallery_dl/cache.py
@@ -210,6 +210,6 @@ try:
os.close(os.open(dbfile, os.O_CREAT | os.O_RDONLY, 0o600))
DatabaseCacheDecorator.db = sqlite3.connect(
- dbfile, timeout=30, check_same_thread=False)
+ dbfile, timeout=60, check_same_thread=False)
except (OSError, TypeError, sqlite3.OperationalError):
cache = memcache # noqa: F811