mirror of
https://github.com/status-im/nim-codex.git
synced 2025-02-16 12:46:48 +00:00
adding some clarification comments (#391)
This commit is contained in:
parent
ccf349bd14
commit
86a3f74448
@ -43,9 +43,9 @@ type
|
|||||||
repoDs*: Datastore
|
repoDs*: Datastore
|
||||||
metaDs*: Datastore
|
metaDs*: Datastore
|
||||||
clock: Clock
|
clock: Clock
|
||||||
quotaMaxBytes*: uint
|
quotaMaxBytes*: uint # maximum available bytes
|
||||||
quotaUsedBytes*: uint
|
quotaUsedBytes*: uint # bytes used by the repo
|
||||||
quotaReservedBytes*: uint
|
quotaReservedBytes*: uint # bytes reserved by the repo
|
||||||
blockTtl*: Duration
|
blockTtl*: Duration
|
||||||
started*: bool
|
started*: bool
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user