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:
rofl0r 2018-05-09 17:29:33 +01:00
parent 93fda2cd19
commit d92b77d6e5
1 changed files with 1 additions and 1 deletions

View File

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