mirror of
https://github.com/munki/munki.git
synced 2026-05-02 10:19:32 -05:00
Change gurl.py connection timeout to 60 seconds
This commit is contained in:
@@ -138,7 +138,7 @@ class Gurl(NSObject):
|
||||
self.download_only_if_changed = options.get(
|
||||
'download_only_if_changed', False)
|
||||
self.cache_data = options.get('cache_data')
|
||||
self.connection_timeout = options.get('connection_timeout', 10)
|
||||
self.connection_timeout = options.get('connection_timeout', 60)
|
||||
|
||||
self.log = options.get('logging_function', NSLog)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user