Merge "Convert JobQueueDB to using the WAN cache"
[lhc/web/wiklou.git] / includes / utils / FileContentsHasher.php
index c866919..12f6285 100644 (file)
@@ -31,7 +31,7 @@ class FileContentsHasher {
         * Constructor.
         */
        public function __construct() {
-               $this->cache = ObjectCache::newAccelerator( 'hash' );
+               $this->cache = ObjectCache::getLocalServerInstance( 'hash' );
        }
 
        /**