1
0
Fork 0

adding check for running

pull/1700/head
Vallie Joseph 2024-03-28 17:32:01 +00:00
parent bef1fc5f67
commit fd88cbe6df
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import {UploadZipSpecification} from './upload-zip-specification'
import {getUploadChunkSize} from '../shared/config'
export const DEFAULT_COMPRESSION_LEVEL = 6
export var isRunning = false
let isRunning = false
// Custom stream transformer so we can set the highWaterMark property
// See https://github.com/nodejs/node/issues/8855