Clean up test code

This commit is contained in:
Dave Hadka
2020-10-12 13:28:50 -05:00
parent de52c861c1
commit c3c81d44c1
5 changed files with 4265 additions and 110 deletions
+4 -1
View File
@@ -11,8 +11,11 @@ export enum CompressionMethod {
Zstd = 'zstd'
}
// The default number of retry attempts.
export const DefaultRetryAttempts = 2
// The default delay in milliseconds between retry attempts.
export const RetryDelay = 5000
export const DefaultRetryDelay = 5000
// Socket timeout in milliseconds during download. If no traffic is received
// over the socket during this period, the socket is destroyed and the download