Changed default inpblock delay to 1 second

This commit is contained in:
James Booth
2015-02-10 23:40:23 +00:00
parent f4459f7f67
commit 421ce2876a

View File

@@ -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;