You are here

constant MESSAGE_PURGE_LIMIT in Message 7

The maximal amount of messages to be purged upon hook_cron()

1 use of MESSAGE_PURGE_LIMIT
message_cron in ./message.module
Implements hook_cron().

File

./message.module, line 16
API functions to manipulate messages.

Code

define('MESSAGE_PURGE_LIMIT', 100);