Clear Intervals cache when we are done with it

main
Jordi Boggiano 4 years ago
parent 071350286f
commit 00e268cdbf
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -238,6 +238,8 @@ class PoolBuilder
$this->skippedLoad = array();
$this->indexCounter = 0;
Intervals::clear();
return $pool;
}

Loading…
Cancel
Save