From f748d63dd0146d02663b92c790d01604509a157c Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 2 Oct 2025 20:10:14 -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 50300b57..0df616cf 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_depth = 1; + ConfigINT passthrough_max_stack_depth = 1; ConfigBOOL parallel_direct_writes; ConfigGetPid pid; ConfigBOOL posix_acl;