Update:Make m4b timeout to 30 mins

This commit is contained in:
advplyr 2022-06-12 15:59:36 -05:00
parent a97c102369
commit 80c9efc618
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
const DEFAULT_EXPIRATION = 1000 * 60 * 60 // 60 minutes
const DEFAULT_TIMEOUT = 1000 * 60 * 20 // 20 minutes
const DEFAULT_TIMEOUT = 1000 * 60 * 30 // 30 minutes
class Download {
constructor(download) {
this.id = null