summaryrefslogtreecommitdiffstats
path: root/.codacy.yml
diff options
context:
space:
mode:
authorAndrew Moss <1043609+amoss@users.noreply.github.com>2020-03-14 07:35:49 +0100
committerGitHub <noreply@github.com>2020-03-14 07:35:49 +0100
commit87a0559ec3f885ff64764ab1d48bb1cb52ce0ebe (patch)
tree4aaac1f709b5ab0d2d4b5c999811311d9efe3dfb /.codacy.yml
parentc999f89754072128d7efcf5581ad145ad8af5026 (diff)
Improving the ACLK performance - initial changes (#8399)
Add an inspection point for VerneMQ in the local dev env. Remove the bottleneck in sending websocket messages, at the expense of increased CPU-load. Fixed the message encoding. Added support for stress testing - it is still enabled in the main loop so will fire stress-testing payloads when the ACLK is established. Next patch will integrate the socket polling properly to reduce the CPU overhead and remove the stress testing payloads.
Diffstat (limited to '.codacy.yml')
-rw-r--r--.codacy.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.codacy.yml b/.codacy.yml
index fb16c24122..3d88a253ca 100644
--- a/.codacy.yml
+++ b/.codacy.yml
@@ -13,3 +13,4 @@ exclude_paths:
- web/gui/src/**
- web/gui/main.js
- tests/**
+ - aclk/tests/**