Squirrel / Squirrel.Mac

:shipit: Cocoa framework for updating OS X apps :shipit:
MIT License
1.57k stars 128 forks source link

fix: Set a 20 minute download timeout. #241

Closed devinfoley closed 4 years ago

devinfoley commented 4 years ago

The default timeout on NSURLRequest is 120 seconds. This is too short for some folks downloading large applications over slow networks. This change bumps it up to 1200 seconds, or 20 minutes.