af-binder: Extend maxlength of websocket messages 89/11489/2
authorJosé Bollo <jose.bollo@iot.bzh>
Mon, 23 Oct 2017 12:24:30 +0000 (14:24 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 24 Oct 2017 08:21:06 +0000 (08:21 +0000)
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>
meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb

index f5b6fec..a628bbb 100644 (file)
@@ -15,7 +15,7 @@ SRC_URI = "${SRC_URI_git} \
            ${SRC_URI_files} \
           "
 
-SRCREV = "c4c474c056cd070706d5a3b0af7845c9493bfdaf"
+SRCREV = "6af240ddd3350874aa918591948dc1902169d7f7"
 PV = "dab+git${SRCPV}"
 
 S = "${WORKDIR}/git"