increate max_connections_per_user to 512 from 256 64/75864/1 submit/tizen/20160622.041941
authorINSUN PYO <insun.pyo@samsung.com>
Wed, 22 Jun 2016 04:11:18 +0000 (13:11 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Wed, 22 Jun 2016 04:12:17 +0000 (13:12 +0900)
Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: Ifb592255396e295fd9b34e63b9ba5831e85f2601

bus/config-parser.c

index 208f65b..0cfb5af 100644 (file)
@@ -454,7 +454,7 @@ bus_config_parser_new (const DBusString      *basedir,
       parser->limits.pending_fd_timeout = 150000; /* 2.5 minutes */
       
       parser->limits.max_incomplete_connections = 64;
-      parser->limits.max_connections_per_user = 256;
+      parser->limits.max_connections_per_user = 512; /* 256 -> 512 */
       
       /* Note that max_completed_connections / max_connections_per_user
        * is the number of users that would have to work together to