ソースを参照

Properly quote memcache.locking

tags/v8.1RC2
Lukas Reschke 9年前
コミット
b806502cdb
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      config/config.sample.php

+ 1
- 1
config/config.sample.php ファイルの表示

@@ -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

読み込み中…
キャンセル
保存