Skip to content

Commit

Permalink
reduce retry time to 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
idinium96 committed Jul 31, 2020
1 parent c3fe87f commit e987fce
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 @@ -122,7 +122,7 @@ export = class Listings {
log.warn('backpack.tf down, will wait for 30 minutes before relist again...');
this.autoRelistRetryTimeout = setTimeout(() => {
this.enableAutoRelist();
}, 30 * 60 * 1000);
}, 5 * 60 * 1000);
}
});
}
Expand Down

0 comments on commit e987fce

Please sign in to comment.