option to configure max_awg_lua_codec_len

This commit is contained in:
Mark Puha
2025-02-22 10:52:59 +01:00
parent 652c4fe783
commit 3bba859e4f

View File

@@ -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 {