mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
EventIndexing: Fix a style issue.
This commit is contained in:
parent
cc2ee53824
commit
368a77ec3e
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue