The storage methods are determined from the directive: mod_cluster.storage.flush_delta.
Description:
Determines the storage method and intervals for storage flush.
To set the Write Through method: mod_cluster.storage.flush_delta = 0
To set the Delayed Write method: mod_cluster.storage.flush_delta = 1-n (seconds)
The Session Clustering installation script prompts to select a Storage Method. If the delayed write method is selected the delay will be set by default to 5 seconds. To change the defaults after installation go to this directive in Configuration | PHP Configuration | Extensions | Zend Session Clustering and change the mod_cluster.storage.flush_delta value.
|
|
|
|
|
Related Links:
|
|
|
|