Clear Intervals cache when we are done with it
parent
071350286f
commit
00e268cdbf
|
@ -238,6 +238,8 @@ class PoolBuilder
|
||||||
$this->skippedLoad = array();
|
$this->skippedLoad = array();
|
||||||
$this->indexCounter = 0;
|
$this->indexCounter = 0;
|
||||||
|
|
||||||
|
Intervals::clear();
|
||||||
|
|
||||||
return $pool;
|
return $pool;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue