You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use "stop all" command, all my service can be stopped in a few seconds.
But If I use "stop [service name]", it will cost a few minutes to stop one service.
So I modify function "stopProcess" in file "rpcinterface.py", change "killit.delay = 0.2" to "killit.delay = 0.05", "stop [service name]" will back to normal.
The text was updated successfully, but these errors were encountered:
If I use "stop all" command, all my service can be stopped in a few seconds.
But If I use "stop [service name]", it will cost a few minutes to stop one service.
So I modify function "stopProcess" in file "rpcinterface.py", change "killit.delay = 0.2" to "killit.delay = 0.05", "stop [service name]" will back to normal.
The text was updated successfully, but these errors were encountered: