afb-config: Increase the default timeout of sessions
authorJosé Bollo <jose.bollo@iot.bzh>
Thu, 15 Feb 2018 15:54:47 +0000 (16:54 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Thu, 15 Feb 2018 16:23:17 +0000 (17:23 +0100)
commitf7b281af2b449de0c9cddde6d455b17905631a75
treeffaa742fc9422d555d079cd0ab25be7ce682dfd9
parentc2490604356e9a32f6be7c1eeac210d467eb6d89
afb-config: Increase the default timeout of sessions

The management of sessions is not very well understood
actually. People are using it without refreshing the token.
This has the effect that the binder closes sessions
after one hour.

So no demo can run more than one hour!

Increasing the timeout to more than one year will
solve the demo problem but will not fully solve the
overall problem.

Bug-AGL: SPEC-1296
Bug-AGL: SPEC-1293

Change-Id: Icb9adb4939a138c19be36280bf1e6643d04489ae
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/afb-config.c