mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-07 07:53:07 +00:00
enables freeze guard
This commit is contained in:
parent
02c86f4178
commit
545f337a5b
@ -794,7 +794,7 @@ proc setupLogging*(conf: CodexConf) =
|
||||
|
||||
proc setupMetrics*(config: CodexConf) =
|
||||
when chronosProfiling:
|
||||
enableProfiling()
|
||||
enableProfiling(200.milliseconds)
|
||||
|
||||
if config.metricsEnabled:
|
||||
let metricsAddress = config.metricsAddress
|
||||
|
||||
2
vendor/nim-chroprof
vendored
2
vendor/nim-chroprof
vendored
@ -1 +1 @@
|
||||
Subproject commit 95da0353d276f688926926d796439b24874ccf44
|
||||
Subproject commit cd4a3adfb170585af8430f7ba324c3478d7084f8
|
||||
Loading…
x
Reference in New Issue
Block a user