Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cy/cy.c
Original file line number Diff line number Diff line change
Expand Up @@ -4433,7 +4433,7 @@ cy_t* cy_new(cy_platform_t* const platform, const cy_str_t home, const cy_str_t

cy->respond_futures_by_tag = NULL;

cy->unicast_extent = HEADER_BYTES + 1024U; // Arbitrary initial size; will be refined when publishers are created.
cy->unicast_extent = HEADER_BYTES + 100U; // Arbitrary initial size; will be refined when publishers are created.
cy->platform->vtable->unicast_extent_set(platform, cy->unicast_extent);

cy->ts_started = platform->vtable->now(platform);
Expand Down