Add file lock
This commit is contained in:
parent
f81bb8ce61
commit
be2b300afb
@ -44,6 +44,8 @@ heartbeatTime = 600
|
|||||||
threadCount = 0
|
threadCount = 0
|
||||||
threadCountLock = threading.Lock()
|
threadCountLock = threading.Lock()
|
||||||
|
|
||||||
|
fileLock = threading.Lock()
|
||||||
|
|
||||||
commands = {}
|
commands = {}
|
||||||
|
|
||||||
def commandlineToList(cmd):
|
def commandlineToList(cmd):
|
||||||
|
Loading…
Reference in New Issue
Block a user