You are here

constant AUTHCACHE_NODE_HISTORY_SELECT_LIMIT in Authenticated User Page Caching (Authcache) 7.2

Maximal number of records being read during personalization request.

1 use of AUTHCACHE_NODE_HISTORY_SELECT_LIMIT
authcache_node_history_authcache_p13n_setting in modules/authcache_node_history/authcache_node_history.module
Implements hook_authcache_p13n_setting().

File

modules/authcache_node_history/authcache_node_history.module, line 10
Provide personalization for the comment module.

Code

define('AUTHCACHE_NODE_HISTORY_SELECT_LIMIT', 50);