change MAX_REDIRECTIONS from 64 to 8

This commit is contained in:
Dniel97
2026-02-08 12:21:04 +01:00
parent a3ac466dba
commit 351188d285
+1 -1
View File
@@ -5,7 +5,7 @@
#include <stdbool.h>
#include <stddef.h>
#define MAX_REDIRECTIONS 64
#define MAX_REDIRECTIONS 8
struct vfs_config {
bool enable;