projects
/
platform
/
core
/
uifw
/
stt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7ac719
)
Reduce waiting time for preparing (200ms to 50ms)
11/316011/1
author
VBS
<sooyeon.kim@samsung.com>
Mon, 9 Dec 2024 08:04:19 +0000
(17:04 +0900)
committer
VBS
<sooyeon.kim@samsung.com>
Mon, 9 Dec 2024 08:04:19 +0000
(17:04 +0900)
Change-Id: Ie8b6aec88b83b59141b34ad492a5a76e4cd0949b
Signed-off-by: VBS <sooyeon.kim@samsung.com>
client/stt_dbus.c
patch
|
blob
|
history
diff --git
a/client/stt_dbus.c
b/client/stt_dbus.c
index 871742f087fc6e5e2c09f0674b38ddb8cecb0988..e14a7063f5e82c637a1b47d5db487e97f062c262 100644
(file)
--- a/
client/stt_dbus.c
+++ b/
client/stt_dbus.c
@@
-23,7
+23,7
@@
static int g_waiting_time = 3000;
static int g_waiting_short_time = 500;
-static int g_waiting_time_for_preparing =
20
0;
+static int g_waiting_time_for_preparing =
5
0;
static char* g_server_service_name = NULL;
static char* g_server_service_object = NULL;