mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-08-05 00:13:14 +00:00
Extracts RepoKind type to consts
This commit is contained in:
parent
ee88b6ce35
commit
034473c84f
@ -34,7 +34,7 @@ import ./discovery
|
||||
import ./stores
|
||||
import ./consts
|
||||
|
||||
export DefaultCacheSizeMiB, net, DefaultQuotaBytes, DefaultBlockTtl, DefaultBlockMaintenanceInterval, DefaultNumberOfBlocksToMaintainPerInterval
|
||||
export DefaultCacheSizeMiB, net, DefaultQuotaBytes, DefaultBlockTtl, DefaultBlockMaintenanceInterval, DefaultNumberOfBlocksToMaintainPerInterval, RepoKind
|
||||
|
||||
type
|
||||
StartUpCommand* {.pure.} = enum
|
||||
@ -162,7 +162,7 @@ type
|
||||
repoKind* {.
|
||||
desc: "backend for main repo store (fs, sqlite)"
|
||||
defaultValueDesc: "fs"
|
||||
defaultValue: repoFS
|
||||
defaultValue: RepoKind.repoFS
|
||||
name: "repo-kind" }: RepoKind
|
||||
|
||||
storageQuota* {.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user