mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
fix(store): fix store validity timestamp variance constant (#1244)
This commit is contained in:
parent
eaa122da4b
commit
790dc54548
@ -44,7 +44,7 @@ const
|
||||
|
||||
DefaultTopic* = "/waku/2/default-waku/proto"
|
||||
|
||||
MaxMessageTimestampVariance* = Timestamp(20.seconds.nanoseconds) # 20 seconds maximum allowable sender timestamp "drift"
|
||||
MaxMessageTimestampVariance* = getNanoSecondTime(20) # 20 seconds maximum allowable sender timestamp "drift"
|
||||
|
||||
|
||||
# Error types (metric label values)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user