about summary refs log tree commit diff stats
path: root/src/profanity.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-24 14:08:30 +0100
committerJames Booth <boothj5@gmail.com>2016-07-24 14:08:30 +0100
commit0649aad80d9d76e793801e105e021a7175bb64a1 (patch)
tree0d850ced185cd7ad46b77ed025c524fac748231e /src/profanity.c
parent8d8f2f290d5d78d130d2db7c6fad90af2f031877 (diff)
downloadprofani-tty-0649aad80d9d76e793801e105e021a7175bb64a1.tar.gz
Move event timeout to connection module
Diffstat (limited to 'src/profanity.c')
-rw-r--r--src/profanity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profanity.c b/src/profanity.c
index f5540d3a..ed534d11 100644
--- a/src/profanity.c
+++ b/src/profanity.c
@@ -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