We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72d32bc + fe4404f commit 1f4cab9Copy full SHA for 1f4cab9
1 file changed
licensecheck/session.py
@@ -4,4 +4,7 @@
4
dirs = PlatformDirs("licensecheck", "fredhappyface")
5
6
7
-session = requests_cache.CachedSession(dirs.user_cache_dir)
+session = requests_cache.CachedSession(
8
+ dirs.user_cache_dir,
9
+ busy_timeout=5000,
10
+)
0 commit comments