diff options
Diffstat (limited to 'src/core/expandos.c')
-rw-r--r-- | src/core/expandos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/expandos.c b/src/core/expandos.c index 4659f5ac..fd4ee5e6 100644 --- a/src/core/expandos.c +++ b/src/core/expandos.c @@ -612,7 +612,7 @@ void expandos_init(void) read_settings(); - timer_tag = g_timeout_add(1000, (GSourceFunc) sig_timer, NULL); + timer_tag = g_timeout_add(500, (GSourceFunc) sig_timer, NULL); signal_add("message public", (SIGNAL_FUNC) sig_message_public); signal_add("message private", (SIGNAL_FUNC) sig_message_private); signal_add("message own_private", (SIGNAL_FUNC) sig_message_own_private); |