memcached_behavior_set() can now modify the poll timeout
[awesomized/libmemcached] / docs / memcached_behavior.pod
index 20141907ba8f281cf34ab2567cf53b81986c8dd9..cd3288da838489fbce5af7176c9a89e68ad5c5f0 100755 (executable)
@@ -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