X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-config.c;h=fc3f5d7033f6bd8bbd6eb06e618d6954da2069bf;hb=6e7f3d28a2d08a8976fdd9c586b4cbddcaeb37bd;hp=b82f3e57a6acd2eb82b602e7d354d41edbdd3ba2;hpb=e88c6e83a85c5bcdce7bc02081bf62d117bb2e28;p=src%2Fapp-framework-binder.git diff --git a/src/afb-config.c b/src/afb-config.c index b82f3e57..fc3f5d70 100644 --- a/src/afb-config.c +++ b/src/afb-config.c @@ -40,8 +40,8 @@ #endif // default -#define DEFLT_CNTX_TIMEOUT 3600 // default Client Connection - // Timeout +#define DEFLT_CNTX_TIMEOUT 32000000 // default Client Connection + // Timeout: few more than one year #define DEFLT_API_TIMEOUT 20 // default Plugin API Timeout [0=NoLimit // for Debug Only] #define DEFLT_CACHE_TIMEOUT 100000 // default Static File Chache @@ -738,7 +738,9 @@ void afb_config_dump(struct afb_config *config) B(no_ldpaths) B(noHttpd) B(background) +#if defined(WITH_MONITORING_OPTION) B(monitoring) +#endif B(random_token) P("---END-OF-CONFIG---\n"); @@ -866,7 +868,9 @@ struct json_object *afb_config_json(struct afb_config *config) B(no_ldpaths) B(noHttpd) B(background) +#if defined(WITH_MONITORING_OPTION) B(monitoring) +#endif B(random_token) #undef E