increase max_replies_per_connection to 1024 form 128 88/77188/1 accepted/tizen/common/20160703.130033 accepted/tizen/ivi/20160630.002906 accepted/tizen/mobile/20160630.002812 accepted/tizen/tv/20160630.002852 accepted/tizen/wearable/20160630.002832 submit/tizen/20160629.044513 submit/tizen_common/20160701.180000
authorINSUN PYO <insun.pyo@samsung.com>
Wed, 29 Jun 2016 04:32:55 +0000 (13:32 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Wed, 29 Jun 2016 04:39:17 +0000 (13:39 +0900)
Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: I36556b8c5bc02a935a03e7cc18edb01633d1ae97

bus/config-parser.c

index 0cfb5af..f3d85a2 100644 (file)
@@ -480,7 +480,7 @@ bus_config_parser_new (const DBusString      *basedir,
       /* this is effectively a limit on message queue size for messages
        * that require a reply
        */
-      parser->limits.max_replies_per_connection = 128;
+      parser->limits.max_replies_per_connection = 1024; /* 128 -> 1024 */
     }
       
   parser->refcount = 1;