EventIndexing: Fix a style issue.
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user