Commit 8463976328e2bbd80212e082a279c798baf0a43f

Authored by Hamza Slama
Committed by GitHub
1 parent 0994a6b6

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
... ...