Commit af707122c4d28779ce2be6c2ebd0aac3bd46d708

Authored by Igor Kulikov
Committed by GitHub
2 parents 0994a6b6 84639763

Merge pull request #3842 from Hamza-Slama/patch-1

Remove useless space
... ... @@ -64,9 +64,9 @@ server:
64 64 # Minimum value of the server side RPC timeout. May override value provided in the REST API call.
65 65 # Since 2.5 migration to queues, the RPC delay depends on the size of the pending messages in the queue,
66 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 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 71 # Zookeeper connection parameters. Used for service discovery.
72 72 zk:
... ... @@ -522,7 +522,7 @@ transport:
522 522 # Maximum allowed string value length when processing Telemetry/Attributes JSON (0 value disables string value length check)
523 523 max_string_value_length: "${JSON_MAX_STRING_VALUE_LENGTH:0}"
524 524 client_side_rpc:
525   - timeout: "${CLIENT_SIDE_RPC_TIMEOUT:60000}"
  525 + timeout: "${CLIENT_SIDE_RPC_TIMEOUT:60000}"
526 526 # Enable/disable http/mqtt/coap transport protocols (has higher priority than certain protocol's 'enabled' property)
527 527 api_enabled: "${TB_TRANSPORT_API_ENABLED:true}"
528 528 # Local HTTP transport parameters
... ...