EventIndexing: Use the correct timeout value.

pull/21833/head
Damir Jelić 2019-11-13 16:47:21 +01:00
parent d4b31cb7e0
commit 9b32ec10b4
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ export default class EventIndexer {
// This is a low priority task and we don't want to spam our // This is a low priority task and we don't want to spam our
// Homeserver with /messages requests so we set a hefty timeout // Homeserver with /messages requests so we set a hefty timeout
// here. // here.
await sleep(this._crawler_timeout); await sleep(this._crawlerTimeout);
console.log("EventIndex: Running the crawler loop."); console.log("EventIndex: Running the crawler loop.");