1
0
Fork 0

Clear Intervals cache when we are done with it

pull/8850/head
Jordi Boggiano 2020-08-13 16:45:43 +02:00
parent 071350286f
commit 00e268cdbf
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 2 additions and 0 deletions

View File

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