wash: double the amount of maximal APs to 512
the struct is 12 bytes per entry, so it's 3KB per 256 entries. using 6 KB of RAM for a bigger list is not an issue.
This commit is contained in:
parent
93fda2cd19
commit
d92b77d6e5
|
@ -36,7 +36,7 @@
|
|||
#include "utils/vendor.h"
|
||||
#include "send.h"
|
||||
|
||||
#define MAX_APS 256
|
||||
#define MAX_APS 512
|
||||
|
||||
extern const char* get_version(void);
|
||||
static void wash_usage(char *prog);
|
||||
|
|
Loading…
Reference in New Issue