Commit 214a6060669ec1c3e68bba8ce66510a114d56bd2

Authored by YevhenBondarenko
1 parent d264a520

revert thingsboard.yml

... ... @@ -606,9 +606,9 @@ queue:
606 606 print-interval-ms: "${TB_QUEUE_CORE_STATS_PRINT_INTERVAL_MS:10000}"
607 607 js:
608 608 # JS Eval request topic
609   - request_topic: "${REMOTE_JS_EVAL_REQUEST_TOPIC:js.eval.requests}"
  609 + request_topic: "${REMOTE_JS_EVAL_REQUEST_TOPIC:js_eval.requests}"
610 610 # JS Eval responses topic prefix that is combined with node id
611   - response_topic_prefix: "${REMOTE_JS_EVAL_RESPONSE_TOPIC:js.eval.responses}"
  611 + response_topic_prefix: "${REMOTE_JS_EVAL_RESPONSE_TOPIC:js_eval.responses}"
612 612 # JS Eval max pending requests
613 613 max_pending_requests: "${REMOTE_JS_MAX_PENDING_REQUESTS:10000}"
614 614 # JS Eval max request timeout
... ...