aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-10-23 14:24:30 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-10-24 08:21:06 +0000
commit90ff6265c5f5713563f127f8be4c3c368d4a81c6 (patch)
tree9824f5a2d15dca38c5efc6b9c1455dac4c275e18
parent193349f450db0b78e6a987d9c979945c48e2a542 (diff)
af-binder: Extend maxlength of websocket messages
The default maxlength of 65000 bytes is too limited. This commit extends the maxlength to 1048500 bytes. Bug-AGL: SPEC-981 Change-Id: I75963077d9d151eb9b1b81acbbd3a32272bd0976 Signed-off-by: José Bollo <jose.bollo@iot.bzh> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11489 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Matt Ranostay <matt.ranostay@konsulko.com> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r--meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb
index f5b6fece3..a628bbb24 100644
--- a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb
+++ b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb
@@ -15,7 +15,7 @@ SRC_URI = "${SRC_URI_git} \
${SRC_URI_files} \
"
-SRCREV = "c4c474c056cd070706d5a3b0af7845c9493bfdaf"
+SRCREV = "6af240ddd3350874aa918591948dc1902169d7f7"
PV = "dab+git${SRCPV}"
S = "${WORKDIR}/git"