diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-11-05 13:01:07 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-11-05 13:01:07 +0100 |
commit | 2e2cf0b8f97c8a72255ab0b977f94bd6c684b203 (patch) | |
tree | 79300297cb13c7be472663841be1ffd9e8177e04 /ahl-binding/ahl-apidef.json | |
parent | 68f1187061c28ecf6439b4dd465f4d256529dc55 (diff) |
Added few protection again invalid config
Diffstat (limited to 'ahl-binding/ahl-apidef.json')
-rw-r--r-- | ahl-binding/ahl-apidef.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ahl-binding/ahl-apidef.json b/ahl-binding/ahl-apidef.json index 59f7a32..35ffae6 100644 --- a/ahl-binding/ahl-apidef.json +++ b/ahl-binding/ahl-apidef.json @@ -13,7 +13,8 @@ "onevent": "AhlOnEvent", "init": "AhlBindingInit", "scope": "", - "private": false + "private": false, + "noconcurrency": false } }, "servers": [ |