mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-30 12:35:00 +02:00
Update:Make m4b timeout to 30 mins
This commit is contained in:
parent
a97c102369
commit
80c9efc618
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue