We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa122d commit 790dc54Copy full SHA for 790dc54
waku/v2/protocol/waku_store/protocol.nim
@@ -44,7 +44,7 @@ const
44
45
DefaultTopic* = "/waku/2/default-waku/proto"
46
47
- MaxMessageTimestampVariance* = Timestamp(20.seconds.nanoseconds) # 20 seconds maximum allowable sender timestamp "drift"
+ MaxMessageTimestampVariance* = getNanoSecondTime(20) # 20 seconds maximum allowable sender timestamp "drift"
48
49
50
# Error types (metric label values)
0 commit comments