diff options
author | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2019-04-10 09:31:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-10 09:31:15 +0000 |
commit | d52444107a3c62c1027e35178b76645ceb4d2c4e (patch) | |
tree | d0dbd57bc0f5a6e4387e74f1c00912ab8f2f98ee /development/configuration/local.json | |
parent | f864f9ae0cf8cef72b64cbda8964e86398b3f749 (diff) | |
parent | 735469d5003388df3622819c3d1db0e89a64197c (diff) |
Merge "Move maxPayloadSizeBytes to CollectorConfiguration"
Diffstat (limited to 'development/configuration/local.json')
-rw-r--r-- | development/configuration/local.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/development/configuration/local.json b/development/configuration/local.json index 79abe03b..ebf2f82e 100644 --- a/development/configuration/local.json +++ b/development/configuration/local.json @@ -2,7 +2,6 @@ "logLevel": "DEBUG", "server.listenPort": 8061, "server.idleTimeoutSec": 60, - "server.maxPayloadSizeBytes": 1048576, "cbs.firstRequestDelaySec": 10, "cbs.requestIntervalSec": 5, "security.keys.keyStoreFile": "development/ssl/server.p12", |