Time users and items are kept in the cache

To modify the time in seconds after which unreferenced users and items are removed from cache, set the following parameters:

db.tune.user_cache_age_time = 86400
db.tune.temp_user_cache_age_time = 3600
db.tune.item_cache_age_time = 86400

The default for db.tune.user_cache_age_time and db.tune.item_cache_age_time is 86400 (24 hours). For db.tune.temp_user_cache_age_time , the default is 3600 (1 hour).

The server checks the database at the specified interval and removes users who have not been active or items that have not been referenced during the most recent interval.

Parent topic: Specifying cache behavior


Home |