Skip to content

Commit

Permalink
Reduced typing timeout.
Browse files Browse the repository at this point in the history
5 seconds is way too long.
  • Loading branch information
irungentoo committed Oct 9, 2014
1 parent d1f976f commit 7f2f82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ void tox_settingschanged(void)
list_start();
}

#define UTOX_TYPING_NOTIFICATION_TIMEOUT (5ul*1000*1000*1000)
#define UTOX_TYPING_NOTIFICATION_TIMEOUT (1ul*1000*1000*1000)

static struct {
Tox *tox;
Expand Down

0 comments on commit 7f2f82b

Please sign in to comment.