In the fastpath_fscache.install instructions, we say to set the cache directory path with the variable name 'file_cache' (line 10), however we check for the variable with a name of 'fastpath_fscache_path' on line 269 of cache.fs.inc. Not sure which we prefer, but we should make them match up to prevent unnecessary troubleshooting.

Comments

moshe weitzman’s picture

Status: Active » Fixed

I think I got it fixed by standardizing in file_cache as the variable name.

Anonymous’s picture

Status: Fixed » Closed (fixed)