File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
iceoryx2-cli/iox2-config/src/command Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ payload data segment
162162 [ ` true ` |` false ` ] : Defines if the request buffer of the service safely
163163 overflows.
164164* ` defaults.request-response.enable-safe-overflow-for-responses ` -
165- [ ` true ` |` false ` ] : Defines if the request buffer of the service safely
165+ [ ` true ` |` false ` ] : Defines if the response buffer of the service safely
166166 overflows.
167167* ` defaults.request-response.max-active-requests-per-client ` - [ int] :
168168 The maximum of active requests a server can hold per client
Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ pub(crate) fn describe_schema(config: &Config) -> Vec<Section> {
328328 key: "defaults.request-response.enable-safe-overflow-for-responses" ,
329329 value_type: "`true`|`false`" ,
330330 default_value: config. defaults. request_response. enable_safe_overflow_for_responses. to_string( ) ,
331- description: "Defines if the request buffer of the service safely overflows." ,
331+ description: "Defines if the response buffer of the service safely overflows." ,
332332 } ,
333333 Field {
334334 key: "defaults.request-response.max-active-requests-per-client" ,
You can’t perform that action at this time.
0 commit comments