SEGMENTED_STORE_DEFAULTS
이 콘텐츠는 아직 번역되지 않았습니다.
const SEGMENTED_STORE_DEFAULTS: { codec: SegmentCodec; restore: { prefetchTailSegments: 1; }; tenant: "default"; upload: { concurrency: 4; mode: "async"; retryBudget: { attempts: 8; maxBackoffMs: 60000; }; };};缺省值单点(doc/119 §八 D-1/D-2/D-3)
readonly codec: SegmentCodec;restore
Section titled “restore”readonly restore: { prefetchTailSegments: 1;};restore.prefetchTailSegments
Section titled “restore.prefetchTailSegments”readonly prefetchTailSegments: 1;tenant
Section titled “tenant”readonly tenant: "default";upload
Section titled “upload”readonly upload: { concurrency: 4; mode: "async"; retryBudget: { attempts: 8; maxBackoffMs: 60000; };};upload.concurrency
Section titled “upload.concurrency”readonly concurrency: 4;upload.mode
Section titled “upload.mode”readonly mode: "async";upload.retryBudget
Section titled “upload.retryBudget”readonly retryBudget: { attempts: 8; maxBackoffMs: 60000;};upload.retryBudget.attempts
Section titled “upload.retryBudget.attempts”readonly attempts: 8;upload.retryBudget.maxBackoffMs
Section titled “upload.retryBudget.maxBackoffMs”readonly maxBackoffMs: 60000;이 페이지가 도움이 되었나요?
피드백 감사합니다. 이 문서를 계속 개선하겠습니다.