diff --git a/src/classes/Listings.ts b/src/classes/Listings.ts index 6de51f6dc..6d83c4cbe 100644 --- a/src/classes/Listings.ts +++ b/src/classes/Listings.ts @@ -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); } }); }