In order to make tests run faster I would like to be able to override checkIntervalForUnusedCollections property. This would be achieved by replacing setInterval with setTimeout and schedule another callback at the end of checkForUnusedCollections method.
Right now the expired collections are collected every 10 seconds by
checkForUnusedCollections
method:In order to make tests run faster I would like to be able to override
checkIntervalForUnusedCollections
property. This would be achieved by replacing setInterval with setTimeout and schedule another callback at the end ofcheckForUnusedCollections
method.@uberVU/mozaic-core-commiters