mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-05-20 23:30:14 +02:00
feat: update dependencies, node
This commit is contained in:
+6
@@ -41,6 +41,12 @@ export interface DownloadOptions {
|
||||
* @default 30000
|
||||
*/
|
||||
timeoutInMs?: number;
|
||||
/**
|
||||
* Time after which a segment download should be aborted if stuck
|
||||
*
|
||||
* @default 3600000
|
||||
*/
|
||||
segmentTimeoutInMs?: number;
|
||||
}
|
||||
/**
|
||||
* Returns a copy of the upload options with defaults filled in.
|
||||
|
||||
Reference in New Issue
Block a user