dop-stick
Version:
Source control tooling for versionable-upgradeable smart contracts
14 lines • 422 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_INFO_PROCESSING_CONFIG = void 0;
// Add default values constant
exports.DEFAULT_INFO_PROCESSING_CONFIG = {
minBatchSize: 5,
maxBatchSize: 50,
maxConcurrentBatches: 3,
adaptiveBatching: true,
selectorBatchSize: 20,
processingTimeout: 30000,
retryDelay: 1000
};
//# sourceMappingURL=parallelTypes.js.map