mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
Once a second seems sufficient for the expando timer.
These seem to change once a second at most, typically. git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5025 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
2dd265ef39
commit
25b3a531be
@ -693,7 +693,7 @@ void expandos_init(void)
|
||||
|
||||
read_settings();
|
||||
|
||||
timer_tag = g_timeout_add(500, (GSourceFunc) sig_timer, NULL);
|
||||
timer_tag = g_timeout_add(1000, (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);
|
||||
|
Loading…
Reference in New Issue
Block a user