boramalper / himawaripy

Set near-realtime picture of Earth as your desktop background
http://labs.boramalper.org/himawaripy
MIT License
1.62k stars 239 forks source link

Add timeout for downloading tiles #76

Closed Jekus closed 8 years ago

Jekus commented 8 years ago

I find it can block for hours because of some network problems. Although it's not a common situation , I think it's a good idea to add a timeout for downloading each tile. If you don't set a timeout , it may affect the next execution of the script , depending on the scheduler you are using.

boramalper commented 8 years ago

I think adding timeout is a good idea, though I think we can calculate the timeout automatically:

boramalper commented 8 years ago

@Jekus Thank you!