adding some clarification comments (#391)

This commit is contained in:
Dmitriy Ryajov 2023-04-10 21:45:10 +01:00 committed by GitHub
parent ccf349bd14
commit 86a3f74448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -43,9 +43,9 @@ type
repoDs*: Datastore
metaDs*: Datastore
clock: Clock
quotaMaxBytes*: uint
quotaUsedBytes*: uint
quotaReservedBytes*: uint
quotaMaxBytes*: uint # maximum available bytes
quotaUsedBytes*: uint # bytes used by the repo
quotaReservedBytes*: uint # bytes reserved by the repo
blockTtl*: Duration
started*: bool