From 7f9f7c5278709978f9d2f4ed4176f84ea6262a0b Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 2 Oct 2025 20:16:22 -0500 Subject: [PATCH] config.hpp --- src/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.hpp b/src/config.hpp index 0df616cf..39b6280a 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -124,7 +124,7 @@ public: NFSOpenHack nfsopenhack; ConfigBOOL nullrw; Passthrough passthrough = Passthrough::ENUM::OFF; - ConfigINT passthrough_max_stack_depth = 1; + ConfigUINT32 passthrough_max_stack_depth = 1; ConfigBOOL parallel_direct_writes; ConfigGetPid pid; ConfigBOOL posix_acl;