Commit af707122c4d28779ce2be6c2ebd0aac3bd46d708
Committed by
GitHub
Merge pull request #3842 from Hamza-Slama/patch-1
Remove useless space
Showing
1 changed file
with
3 additions
and
3 deletions
@@ -64,9 +64,9 @@ server: | @@ -64,9 +64,9 @@ server: | ||
64 | # Minimum value of the server side RPC timeout. May override value provided in the REST API call. | 64 | # Minimum value of the server side RPC timeout. May override value provided in the REST API call. |
65 | # Since 2.5 migration to queues, the RPC delay depends on the size of the pending messages in the queue, | 65 | # Since 2.5 migration to queues, the RPC delay depends on the size of the pending messages in the queue, |
66 | # so default UI parameter of 500ms may not be sufficient for loaded environments. | 66 | # so default UI parameter of 500ms may not be sufficient for loaded environments. |
67 | - min_timeout: "${MIN_SERVER_SIDE_RPC_TIMEOUT:5000}" | 67 | + min_timeout: "${MIN_SERVER_SIDE_RPC_TIMEOUT:5000}" |
68 | # Default value of the server side RPC timeout. | 68 | # Default value of the server side RPC timeout. |
69 | - default_timeout: "${DEFAULT_SERVER_SIDE_RPC_TIMEOUT:10000}" | 69 | + default_timeout: "${DEFAULT_SERVER_SIDE_RPC_TIMEOUT:10000}" |
70 | 70 | ||
71 | # Zookeeper connection parameters. Used for service discovery. | 71 | # Zookeeper connection parameters. Used for service discovery. |
72 | zk: | 72 | zk: |
@@ -522,7 +522,7 @@ transport: | @@ -522,7 +522,7 @@ transport: | ||
522 | # Maximum allowed string value length when processing Telemetry/Attributes JSON (0 value disables string value length check) | 522 | # Maximum allowed string value length when processing Telemetry/Attributes JSON (0 value disables string value length check) |
523 | max_string_value_length: "${JSON_MAX_STRING_VALUE_LENGTH:0}" | 523 | max_string_value_length: "${JSON_MAX_STRING_VALUE_LENGTH:0}" |
524 | client_side_rpc: | 524 | client_side_rpc: |
525 | - timeout: "${CLIENT_SIDE_RPC_TIMEOUT:60000}" | 525 | + timeout: "${CLIENT_SIDE_RPC_TIMEOUT:60000}" |
526 | # Enable/disable http/mqtt/coap transport protocols (has higher priority than certain protocol's 'enabled' property) | 526 | # Enable/disable http/mqtt/coap transport protocols (has higher priority than certain protocol's 'enabled' property) |
527 | api_enabled: "${TB_TRANSPORT_API_ENABLED:true}" | 527 | api_enabled: "${TB_TRANSPORT_API_ENABLED:true}" |
528 | # Local HTTP transport parameters | 528 | # Local HTTP transport parameters |