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 8a184e208c
commit 1cb3f4b7a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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)