micro optimization

This commit is contained in:
kevinz000
2020-01-14 17:50:14 -07:00
parent 59ab4c0670
commit 41bbdae220
4 changed files with 12 additions and 14 deletions
+2 -2
View File
@@ -87,5 +87,5 @@
#define MAX_KEYPRESS_COMMANDLENGTH 16
///Max amount of keypress messages per second over two seconds before client is autokicked
#define MAX_KEYPRESS_AUTOKICK 100
///Length of held key rolling buffer
#define HELD_KEY_BUFFER_LENGTH 15
///Length of max held keys
#define MAX_HELD_KEYS 15