tweak: lower MAX_RATS to 12 for better stable performance

This commit is contained in:
2026-06-17 22:53:43 +02:00
parent bf442f5a9b
commit 0724abbacf
+1 -1
View File
@@ -3,7 +3,7 @@
#include <stdint.h> #include <stdint.h>
#define MAX_RATS 15 #define MAX_RATS 12
void init_rats(void); void init_rats(void);
void update_rats(void); void update_rats(void);