Skip to content

Commit 13d0438

Browse files
committed
[#390] Equal settings for toml file and default config
1 parent 66f656f commit 13d0438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iceoryx2/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ impl Default for Config {
332332
max_listeners: 16,
333333
max_notifiers: 16,
334334
max_nodes: 36,
335-
event_id_max_value: 32,
335+
event_id_max_value: 4294967296,
336336
},
337337
},
338338
}

0 commit comments

Comments
 (0)