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.
1 parent 06ef959 commit b3a0df7Copy full SHA for b3a0df7
lib/bald/__init__.py
@@ -258,11 +258,11 @@ def __getitem__(self, item):
258
# print('trying: {}'.format(item))
259
260
headers = {'Accept': 'application/rdf+xml'}
261
- self.cache[item] = requests.get(item, headers=headers, timeout=7)
+ self.cache[item] = requests.get(item, headers=headers, timeout=11)
262
except Exception:
263
# print('retrying: {}'.format(item))
264
headers = {'Accept': 'text/html'}
265
266
267
# print('in {} seconds'.format(time.time() - then))
268
return self.cache[item]
0 commit comments