"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.BYTES_INTERVAL = void0;
/**
* The iteration interval at which the next progress call should be performed.
*/exports.BYTES_INTERVAL = 200000;
//# sourceMappingURL=common.js.map