Skip to content

Commit 50ff17b

Browse files
authored
update timeout to 60s (#3330)
1 parent 9089fb7 commit 50ff17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/handlers/handlers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ func selectHandler(mimeT mimeType, isGenericArchive bool) FileHandler {
250250
}
251251
}
252252

253-
var maxTimeout = time.Duration(30) * time.Second
253+
var maxTimeout = time.Duration(60) * time.Second
254254

255255
// SetArchiveMaxTimeout sets the maximum timeout for the archive handler.
256256
func SetArchiveMaxTimeout(timeout time.Duration) { maxTimeout = timeout }

0 commit comments

Comments
 (0)