remove([ 'flowUpdated' => ['$lt' => new \MongoDate(time() - $expirationTime)], 'flowStatus' => 'uploading' ]); if (!$result) { throw new FileOpenException("Could not remove chunks!"); } } }