constant CONTENT_ACCESS_MASS_UPDATE_THRESHOLD in Content Access 7
Same name and namespace in other branches
- 6 content_access.admin.inc \CONTENT_ACCESS_MASS_UPDATE_THRESHOLD
Specifies the threshold until we try to mass update node grants immediately.
1 use of CONTENT_ACCESS_MASS_UPDATE_THRESHOLD
- content_access_mass_update in ./
content_access.admin.inc - Mass updates node access records for nodes of the given types.
File
- ./
content_access.admin.inc, line 10 - Content access administration UI.
Code
define('CONTENT_ACCESS_MASS_UPDATE_THRESHOLD', 1000);