You are here

constant BACKGROUND_BATCH_PROCESS_LIFESPAN in Background Process 7.2

Same name and namespace in other branches
  1. 8 background_batch/background_batch.module \BACKGROUND_BATCH_PROCESS_LIFESPAN
  2. 6 background_batch/background_batch.module \BACKGROUND_BATCH_PROCESS_LIFESPAN
  3. 7 background_batch/background_batch.module \BACKGROUND_BATCH_PROCESS_LIFESPAN

Default value for process lifespan (in seconds).

1 use of BACKGROUND_BATCH_PROCESS_LIFESPAN
background_batch_settings_form in background_batch/background_batch.admin.inc
System settings page.

File

background_batch/background_batch.module, line 22
This module adds background processing to Drupals batch API

Code

define('BACKGROUND_BATCH_PROCESS_LIFESPAN', 10);