Skip to content

Commit

Permalink
change some words
Browse files Browse the repository at this point in the history
  • Loading branch information
idinium96 committed Aug 2, 2020
1 parent 65f1d39 commit 820c771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/Listings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export = class Listings {
} else if (this.autoRelistEnabled && this.autoRelistRetry) {
this.autoRelistRetry = false;
clearTimeout(this.autoRelistRetryTimeout);
log.warn('backpack.tf down, will wait for 30 minutes before relist again...');
log.warn('backpack.tf down, will wait for 5 minutes before reinitializing relist...');
this.autoRelistRetryTimeout = setTimeout(() => {
this.enableAutoRelist();
}, 5 * 60 * 1000);
Expand Down

0 comments on commit 820c771

Please sign in to comment.