From 038af507772593b904b5c3efc306f89cbdf2b6fb Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 5 Jan 2026 18:32:39 +0000 Subject: [PATCH] shares: fix vmaxb --- copyparty/authsrv.py | 1 + 1 file changed, 1 insertion(+) diff --git a/copyparty/authsrv.py b/copyparty/authsrv.py index bd089bdc..ce782bc3 100644 --- a/copyparty/authsrv.py +++ b/copyparty/authsrv.py @@ -3030,6 +3030,7 @@ class AuthSrv(object): shn.realpath = s_vfs.canonical(s_rem) o_vn, _ = shn._get_share_src("") + shn.lim = o_vn.lim shn.flags = o_vn.flags.copy() shn.dbpath = o_vn.dbpath shn.histpath = o_vn.histpath