php8.5
Home/ Manual/ reference / zookeeper/ Zookeeper ConfigureOptions

Zookeeper ConfigureOptions

Zookeeper ConfigureOptionsNameDefaultChangeableChangelogzookeeper.recv_timeout10000INI_ALLzookeeper.session_lock1INI_SYSTEMzookeeper.sess_lock_wait150000INI_ALL Constants

Runtime Runtime

NameDefaultChangeableChangelog
zookeeper.recv_timeout10000INI_ALL
zookeeper.session_lock1INI_SYSTEM
zookeeper.sess_lock_wait150000INI_ALL

Constants

Title

zookeeper.recv_timeoutint

Default the timeout for any ZooKeeper session.

zookeeper.session_lockint

Enable PHP session locking.

zookeeper.sess_lock_waitint

PHP Session spin lock retry wait time in microseconds. Be careful when setting this value. Valid values are integers, where 0 is interpreted as the default value. Negative values result in a reduces locking to a try lock.

Source: reference/zookeeper/ini.xml · from the official PHP manual (php/doc-en)