constant BACKGROUND_BATCH_DELAY in Background Process 6
Same name and namespace in other branches
- 8 background_batch/background_batch.module \BACKGROUND_BATCH_DELAY
- 7.2 background_batch/background_batch.module \BACKGROUND_BATCH_DELAY
- 7 background_batch/background_batch.module \BACKGROUND_BATCH_DELAY
Default value for delay (in microseconds).
3 uses of BACKGROUND_BATCH_DELAY
- BackgroundBatchContext::__construct in background_batch/
background_batch.module - background_batch_settings_form in background_batch/
background_batch.pages.inc - System settings page.
- _background_batch_page_progress_js in background_batch/
background_batch.pages.inc - Batch processing page with JavaScript support.
File
- background_batch/
background_batch.module, line 12 - This module adds background processing to Drupals batch API
Code
define('BACKGROUND_BATCH_DELAY', 1000000);