FEATURE REQUEST: make socket timeout configurable
Bug #794550 reported by
Michal Linhard
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Python Memcached |
Incomplete
|
Wishlist
|
Unassigned | ||
Bug Description
currently there is no way to set socket timeout and is hardcoded to be 3 secs
I use python-memcached in a testing environment where I need the call to be blocked while I'm debugging the server side and it would be very helpful if the memcached client could be configurable to wait in such scenarios.
To post a comment you must log in.
Seems reasonable to me, however I can't work on a patch to implement this. I'd be happy to review a patch which does this, however. Thanks for the idea!