projects
/
platform
/
upstream
/
dbus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25885b6
)
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
author
INSUN PYO
<insun.pyo@samsung.com>
Wed, 29 Jun 2016 04:32:55 +0000
(13:32 +0900)
committer
INSUN 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
patch
|
blob
|
history
diff --git
a/bus/config-parser.c
b/bus/config-parser.c
index 0cfb5af0f223d8364e8040f82390581a5c01239e..f3d85a2009d0475328c5cb9760cb7142a5a3481d 100644
(file)
--- a/
bus/config-parser.c
+++ b/
bus/config-parser.c
@@
-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 = 1
28;
+ parser->limits.max_replies_per_connection = 1
024; /* 128 -> 1024 */
}
parser->refcount = 1;