for (const entryID in this.source.del.e) {
            if (this.source.del.e[entryID] < cutoff) {
                delete this.source.del.e[entryID];
            }
        }