private property TripalImporter::$interval

The interval when the job progress should be updated. Updating the job progress incurrs a database write which takes time and if it occurs to frequently can slow down the loader. This should be a value between 0 and 100 to indicate a percent interval (e.g. 1 means update the progress every time the num_handled increases by 1%).

File

tripal/includes/TripalImporter.inc, line 141

Class

TripalImporter

Code

private $interval;