eclipse-zenoh / zenoh

zenoh unifies data in motion, data in-use, data at rest and computations. It carefully blends traditional pub/sub with geo-distributed storages, queries and computations, while retaining a level of time and space efficiency that is well beyond any of the mainstream stacks.
https://zenoh.io
Other
1.37k stars 141 forks source link

Reduce the default batch_size #1215

Closed kydos closed 3 weeks ago

kydos commented 3 weeks ago

Reduce the default batch size to 64512 bytes to ensure that a zenoh message always fits in 64K.

Mallets commented 3 weeks ago

The proposed change only updates the DEFAULT_CONFIG reference file, which has no impact on any parameter configured in Zenoh. It's only the user-facing configuration reference.

See #1214 for additional discussion.

Mallets commented 3 weeks ago

Superseded by #1214