More workflows that need to obey the TTL.
This commit is contained in:
parent
ca1f5e1c86
commit
ac3255e0c6
3 changed files with 7 additions and 2 deletions
|
|
@ -76,7 +76,7 @@ sub execute {
|
|||
# keep track of how much time it's taking
|
||||
my $start = time;
|
||||
my $limit = 2_500;
|
||||
my $timeLimit = 60;
|
||||
my $timeLimit = $self->getTTL;
|
||||
|
||||
my $list = $root->getLineage( ['descendants'], { returnObjects => 1,
|
||||
includeOnlyClasses => ['WebGUI::Asset::EMSSubmissionForm'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue