EventIndexing: Fix a style issue.

pull/21833/head
Damir Jelić 2019-11-13 16:35:04 +01:00
parent cc2ee53824
commit 368a77ec3e
1 changed files with 1 additions and 1 deletions

View File

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