enable Chronos' future tracking (#1473)
This commit is contained in:
parent
5e9c91381e
commit
675eb8bff5
|
@ -77,3 +77,6 @@ switch("warning", "ObservableStores:off")
|
|||
# Too many false positives for "Warning: method has lock level <unknown>, but another method has 0 [LockLevel]"
|
||||
switch("warning", "LockLevel:off")
|
||||
|
||||
# Useful for Chronos metrics.
|
||||
--define:chronosFutureTracking
|
||||
|
||||
|
|
Loading…
Reference in New Issue