MyBB Community Forums

Full Version: add "apc" to $config['cache_store'] comment in config.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
/**
 * Data-cache configuration
 *  The data cache is a temporary cache
 *  of the most commonly accessed data in MyBB.
 *  By default, the database is used to store this data.
 *
 *  If you wish to use the file system (cache/ directory), MemCache, xcache, or eAccelerator
 *  you can change the value below to 'files', 'memcache', 'xcache' or 'eaccelerator' from 'db'.
 */

$config['cache_store'] = 'db';

"apc" is not mentioned. I am using it now, seems to be no problems.

I suggest to add it in comment.


I'd like mybb to have more cache, but this is another story ...
https://github.com/mybb/mybb/blob/bbc057....php#L1518

Already did that. Wink If you're upgrading from 1.6 it won't show in the comments.
That's good.
It is strange that my upgrade to 1.8 didn't changed this.
(2015-01-08, 04:55 AM)Qiao Wrote: [ -> ]That's good.
It is strange that my upgrade to 1.8 didn't changed this.

It just wasn't really worth the time.
The config.php file is barely touched.