You are here

constant FEEDAPI_CRON_DEFAULT_REFRESH_TIME in FeedAPI 6

2 uses of FEEDAPI_CRON_DEFAULT_REFRESH_TIME
feedapi_feedapi_settings_form in ./feedapi.module
Implementation of hook_feedapi_settings_form().
feedapi_update_6106 in ./feedapi.install
Convert checked to next_refresh_time and consolidate skip and next_refresh_time, add an index on next_refresh_time, make next_refresh_time unsigned.

File

./feedapi.module, line 14
Handle the submodules (for feed and item processing) Provide a basic management of feeds

Code

define('FEEDAPI_CRON_DEFAULT_REFRESH_TIME', 1800);