Started reducing unnecessary disk i/o:
* Spawn core.Core() much less
This commit is contained in:
parent
d054722bce
commit
7cb5f212ec
9 changed files with 17 additions and 20 deletions
|
@ -23,7 +23,7 @@ def handle_daemon_commands(comm_inst):
|
|||
cmd = comm_inst._core.daemonQueue()
|
||||
response = ''
|
||||
if cmd is not False:
|
||||
events.event('daemon_command', onionr = None, data = {'cmd' : cmd})
|
||||
events.event('daemon_command', onionr = comm_inst._core.onionrInst, data = {'cmd' : cmd})
|
||||
if cmd[0] == 'shutdown':
|
||||
comm_inst.shutdown = True
|
||||
elif cmd[0] == 'announceNode':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue