This commit is contained in:
yumoqing 2026-03-20 21:15:13 +08:00
parent 5b1317d515
commit 4d50dce115

View File

@ -5,7 +5,7 @@ from appPublic.Singleton import SingletonDecorator
from appPublic.log import debug, exception, error from appPublic.log import debug, exception, error
@SingletonDecorator @SingletonDecorator
class UserPermisions: class UserPermissions:
def __init__(self, max_cache_user=10000): def __init__(self, max_cache_user=10000):
self.max_cache_user = max_cache_user self.max_cache_user = max_cache_user
self.cups = {} self.cups = {}