We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a21a8b9 commit af2b550Copy full SHA for af2b550
config-dist.php
@@ -394,6 +394,9 @@ function __the_end(){
394
if ( isset($CFG->memcached) && strlen($CFG->memcached) > 0 ) {
395
ini_set('session.save_handler', 'memcached');
396
ini_set('session.save_path', $CFG->memcached);
397
+ // https://github.com/php-memcached-dev/php-memcached/issues/269
398
+ ini_set('memcached.sess_lock_wait_min', 150);
399
+ ini_set('memcached.sess_lock_wait_max', 150);
400
}
401
402
// Store sessions in a database - Keep this false until the DB upgrade
0 commit comments