EventIndexing: Fix a style issue.

This commit is contained in:
Damir Jelić 2019-11-13 16:35:04 +01:00
parent cc2ee53824
commit 368a77ec3e

View file

@ -25,7 +25,7 @@ export default class EventIndexer {
this.crawlerCheckpoints = []; this.crawlerCheckpoints = [];
// The time that the crawler will wait between /rooms/{room_id}/messages // The time that the crawler will wait between /rooms/{room_id}/messages
// requests // requests
this._crawler_timeout = 3000; this._crawlerTimeout = 3000;
this._crawlerRef = null; this._crawlerRef = null;
this.liveEventsForIndex = new Set(); this.liveEventsForIndex = new Set();
} }