fix(store): fix store validity timestamp variance constant (#1244)

This commit is contained in:
Lorenzo Delgado 2022-10-06 17:07:12 +02:00 committed by GitHub
parent eaa122da4b
commit 790dc54548

View File

@ -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)