X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_behavior.pod;h=cd3288da838489fbce5af7176c9a89e68ad5c5f0;hb=52d5f8e32ae6e26932a07749ef5d5640e815a3f7;hp=20141907ba8f281cf34ab2567cf53b81986c8dd9;hpb=a136d151e1e12477e0787ccbb5a0f92d82ab62e7;p=awesomized%2Flibmemcached diff --git a/docs/memcached_behavior.pod b/docs/memcached_behavior.pod index 20141907..cd3288da 100755 --- a/docs/memcached_behavior.pod +++ b/docs/memcached_behavior.pod @@ -59,6 +59,11 @@ Memcached can cache named lookups so that DNS lookups are made only once. Support CAS operations (this is not enabled by default at this point in the server since it imposes a slight performance penalty). +=item MEMCACHED_BEHAVIOR_POLL_TIMEOUT + +Modify the timeout value that is used by poll(). The default value is -1. An signed int pointer must be passed to memcached_behavior_set() to change this value. For memcached_behavior_get() a signed int value will be cast and returned as the unsigned long long. + + =back =head1 RETURN