hoelzro / sahara-sync

A free software (AGPL) alternative to Dropbox
6 stars 0 forks source link

Add Keep-Alive for streaming clientd #24

Closed hoelzro closed 12 years ago

hoelzro commented 12 years ago

Currently, the connection between a clientd and hostd instance will get dropped after some period of time (5 minutes in my tests) due to timeout. Keeping this connection alive for as long as possible would be nice.

hoelzro commented 12 years ago

This is solvable using timeout in AnyEvent::HTTP.

hoelzro commented 12 years ago

Done.