This commit is contained in:
yumoqing 2026-03-20 13:33:25 +08:00
parent bc1b44592c
commit 06aad91d52

View File

@ -53,7 +53,6 @@ where a.id = c.userid
paths = [ u.path for u in ups ] paths = [ u.path for u in ups ]
cup = CacheUP(userid, paths) cup = CacheUP(userid, paths)
self.cups[userid] = cup self.cups[userid] = cup
self.cups[userid] = CacheUp(userid, [])
usercnt = len([u for u in self.cups.keys()]) usercnt = len([u for u in self.cups.keys()])
if usercnt > self.max_cache_user: if usercnt > self.max_cache_user: