diff --git a/src/containers.h b/src/containers.h index a922930..768ee08 100644 --- a/src/containers.h +++ b/src/containers.h @@ -23,7 +23,9 @@ #define WG_KEY_LEN 32 #endif -#define MAX_AWG_LUA_CODEC_LEN 10 * 1024 +#ifndef MAX_AWG_LUA_CODEC_LEN +#define MAX_AWG_LUA_CODEC_LEN 5 * 1024 +#endif /* Cross platform __kernel_timespec */ struct timespec64 {