about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-02-10 23:40:23 +0000
committerJames Booth <boothj5@gmail.com>2015-02-10 23:40:23 +0000
commit421ce2876a2b59b4ef3e04348be9c442a92997f5 (patch)
treebeb5719dcc565f2577e478378c4db5b0c8a2afb1
parentf4459f7f67af388baa5bab9bbbdf89392dfd432f (diff)
downloadprofani-tty-421ce2876a2b59b4ef3e04348be9c442a92997f5.tar.gz
Changed default inpblock delay to 1 second
-rw-r--r--src/config/preferences.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/preferences.c b/src/config/preferences.c
index 11a0b217..a1f82940 100644
--- a/src/config/preferences.c
+++ b/src/config/preferences.c
@@ -62,7 +62,7 @@
 #define PREF_GROUP_ALIAS "alias"
 #define PREF_GROUP_OTR "otr"
 
-#define INPBLOCK_DEFAULT 20
+#define INPBLOCK_DEFAULT 1000
 
 static gchar *prefs_loc;
 static GKeyFile *prefs;