mirror of
https://github.com/9001/copyparty.git
synced 2026-03-17 13:44:43 +10:00
single authsrv instance per process
This commit is contained in:
@@ -40,7 +40,7 @@ class HttpSrv(object):
|
||||
self.is_mp = is_mp
|
||||
self.args = broker.args
|
||||
self.log = broker.log
|
||||
self.auth = broker.authsrv
|
||||
self.asrv = broker.asrv
|
||||
|
||||
self.disconnect_func = None
|
||||
self.mutex = threading.Lock()
|
||||
|
||||
Reference in New Issue
Block a user