Add detailed smarty cache documentation to config

Instead of just making it availble document the smarty cache feature.

It might work for users, but it's advised to rely on the memcache
instead.

Fixes #309
This commit is contained in:
Sebastian Grewe 2013-07-02 14:08:33 +02:00
parent da0ab75d5d
commit 87ecfc5598

View File

@ -258,7 +258,6 @@ $config['cookie']['path'] = '/';
$config['cookie']['name'] = 'POOLERCOOKIE';
$config['cookie']['domain'] = '';
/**
* Enable or disable the Smarty cache
*