Move event timeout to connection module

This commit is contained in:
James Booth
2016-07-24 14:08:30 +01:00
parent 8d8f2f290d
commit 0649aad80d
7 changed files with 14 additions and 14 deletions

View File

@@ -129,7 +129,7 @@ prof_run(char *log_level, char *account_name)
#endif
plugins_run_timed();
notify_remind();
session_process_events(10);
session_process_events();
iq_autoping_check();
ui_update();
#ifdef HAVE_GTK