Explorar el Código

Properly quote memcache.locking

tags/v8.1RC2
Lukas Reschke hace 9 años
padre
commit
b806502cdb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      config/config.sample.php

+ 1
- 1
config/config.sample.php Ver fichero

@@ -1043,7 +1043,7 @@ $CONFIG = array(
* Memory caching backend for file locking
* Because most memcache backends can clean values without warning using redis is recommended
*/
'memcache.locking' => '\OC\Memcache\Redis',
'memcache.locking' => '\\OC\\Memcache\\Redis',

/**
* This entry is just here to show a warning in case somebody copied the sample

Cargando…
Cancelar
Guardar