projects
/
platform
/
upstream
/
ibus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
066d8ae
)
Use 5 scounds as default dbus reply timeout
author
Peng Huang
<shawn.p.huang@gmail.com>
Tue, 5 Jan 2010 06:06:32 +0000
(14:06 +0800)
committer
Peng Huang
<shawn.p.huang@gmail.com>
Tue, 5 Jan 2010 06:06:32 +0000
(14:06 +0800)
bus/main.c
patch
|
blob
|
history
diff --git
a/bus/main.c
b/bus/main.c
index 2788b75a8451e94d95903d7acc742c492d689759..972e865d3f56a4c580b2a9b56209b4ef641388d8 100644
(file)
--- a/
bus/main.c
+++ b/
bus/main.c
@@
-43,7
+43,7
@@
static gchar *address = "";
gboolean g_rescan = FALSE;
gboolean g_mempro = FALSE;
gboolean g_verbose = FALSE;
-gint g_dbus_timeout =
2
000;
+gint g_dbus_timeout =
5
000;
#ifdef G_THREADS_ENABLED
gint g_monitor_timeout = 0;
#endif