mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-10 18:03:11 +00:00
deploy: 5d579cdea0860e1fc12d03cbdf50ccb5b317f499
This commit is contained in:
parent
e99e57443f
commit
6b33c5db50
@ -15,6 +15,7 @@ The full list of changes is below.
|
||||
|
||||
- A new type `Timestamp` for all timestamps is introduced (currently an alias for int64).
|
||||
- All timestamps now have nanosecond resolution.
|
||||
- `waku-store` protocol identifier is updated to `/vac/waku/store/2.0.0-beta4`
|
||||
|
||||
### Fixes
|
||||
|
||||
|
||||
@ -45,7 +45,7 @@ logScope:
|
||||
topics = "wakustore"
|
||||
|
||||
const
|
||||
WakuStoreCodec* = "/vac/waku/store/2.0.0-beta3"
|
||||
WakuStoreCodec* = "/vac/waku/store/2.0.0-beta4"
|
||||
DefaultStoreCapacity* = 50000 # Default maximum of 50k messages stored
|
||||
|
||||
# Error types (metric label values)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user