Skip to content

Commit

Permalink
fix(store): fix store validity timestamp variance constant (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzo Delgado authored Oct 6, 2022
1 parent 8a184e2 commit 1cb3f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waku/v2/protocol/waku_store/protocol.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1cb3f4b

Please sign in to comment.