Sometimes, I get a timeout when uploading images using Pythorhead:
HTTPSConnectionPool(host='lemmy.world', port=443): Read timed out. (read timeout=3)
The timeout should be higher by default when uploading an image, as servers can sometime take a while to process high quality images (such as 4K and above), or even when you are using a slower Internet connection.
Or is there a way to select the timeout manually somehow ? I didn't see anything about that in the code.
Sometimes, I get a timeout when uploading images using Pythorhead:
HTTPSConnectionPool(host='lemmy.world', port=443): Read timed out. (read timeout=3)
The timeout should be higher by default when uploading an image, as servers can sometime take a while to process high quality images (such as 4K and above), or even when you are using a slower Internet connection.
Or is there a way to select the timeout manually somehow ? I didn't see anything about that in the code.