Buckets:
| export * as ConfigCompaction from "./compaction" | |
| import { Schema } from "effect" | |
| import { NonNegativeInt } from "../schema" | |
| export class Keep extends Schema.Class<Keep>("ConfigV2.Compaction.Keep")({ | |
| tokens: NonNegativeInt.pipe(Schema.optional), | |
| }) {} | |
| export class Info extends Schema.Class<Info>("ConfigV2.Compaction")({ | |
| auto: Schema.Boolean.pipe(Schema.optional), | |
| prune: Schema.Boolean.pipe(Schema.optional), | |
| keep: Keep.pipe(Schema.optional), | |
| buffer: NonNegativeInt.pipe(Schema.optional), | |
| }) {} | |
Xet Storage Details
- Size:
- 509 Bytes
- Xet hash:
- bc13ce071a0ab72b7dd76adb73ff3f695dc3f989f6ba93f1c7cafdde9b592649
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.