mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-17 07:49:01 +00:00
[update] 修改一些性能问题
This commit is contained in:
@@ -47,7 +47,7 @@ def run_command_execution(cid, **kwargs):
|
||||
try:
|
||||
execution.run()
|
||||
except SoftTimeLimitExceeded:
|
||||
print("HLLL")
|
||||
logger.error("Run time out")
|
||||
else:
|
||||
logger.error("Not found the execution id: {}".format(cid))
|
||||
|
||||
|
Reference in New Issue
Block a user