Skip to content

Commit

Permalink
Reduced MAX_NUM_PARTICIPANTS from 10 to 1 to save the RAM footprint.
Browse files Browse the repository at this point in the history
  • Loading branch information
smorita_emb authored and smorita_emb committed Feb 13, 2022
1 parent e9a3734 commit 3c34138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rtps/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace rtps {
const uint8_t NUM_STATELESS_READERS = 2;
const uint8_t NUM_STATEFUL_READERS = 8;
const uint8_t NUM_STATEFUL_WRITERS = 8;
const uint8_t MAX_NUM_PARTICIPANTS = 10;
const uint8_t MAX_NUM_PARTICIPANTS = 1;
const uint8_t NUM_WRITERS_PER_PARTICIPANT = 16;
const uint8_t NUM_READERS_PER_PARTICIPANT = 16;
const uint8_t NUM_WRITER_PROXIES_PER_READER = 3;
Expand Down

0 comments on commit 3c34138

Please # to comment.