constant BACKGROUND_BATCH_PROCESS_LIFESPAN in Background Process 7
Same name and namespace in other branches
- 8 background_batch/background_batch.module \BACKGROUND_BATCH_PROCESS_LIFESPAN
- 6 background_batch/background_batch.module \BACKGROUND_BATCH_PROCESS_LIFESPAN
- 7.2 background_batch/background_batch.module \BACKGROUND_BATCH_PROCESS_LIFESPAN
Default value for process lifespan (in miliseconds).
2 uses of BACKGROUND_BATCH_PROCESS_LIFESPAN
- background_batch_settings_form in background_batch/
background_batch.pages.inc - System settings page.
- _background_batch_process in background_batch/
background_batch.module - Process a batch step
File
- background_batch/
background_batch.module, line 17 - This module adds background processing to Drupals batch API
Code
define('BACKGROUND_BATCH_PROCESS_LIFESPAN', 10000);