Unverified Commit a54622fc authored by BaiJiangJie's avatar BaiJiangJie Committed by GitHub

Merge pull request #215 from jumpserver/dev_conf

[Update] 修改复用连接配置项默认True
parents 4ef2b2f8 aa24d961
......@@ -375,7 +375,7 @@ defaults = {
'SFTP_ROOT': '/tmp',
'SFTP_SHOW_HIDDEN_FILE': False,
'UPLOAD_FAILED_REPLAY_ON_START': True,
'REUSE_CONNECTION': False,
'REUSE_CONNECTION': True,
}
......
......@@ -59,4 +59,4 @@ BOOTSTRAP_TOKEN: <PleasgeChangeSameWithJumpserver>
# SFTP_SHOW_HIDDEN_FILE: false
# 是否复用和用户后端资产已建立的连接(用户不会复用其他用户的连接)
# REUSE_CONNECTION: false
# REUSE_CONNECTION: true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment