mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-04-29 03:44:41 +00:00
perf: add remoteapp bitmapcache settings
This commit is contained in:
parent
29ddfcac17
commit
f9037878c3
@ -208,6 +208,8 @@ class ConnectionToken(JMSOrgBaseModel):
|
|||||||
'alternate shell:s': app,
|
'alternate shell:s': app,
|
||||||
'remoteapplicationcmdline:s': cmdline_b64,
|
'remoteapplicationcmdline:s': cmdline_b64,
|
||||||
'disableconnectionsharing:i': '1',
|
'disableconnectionsharing:i': '1',
|
||||||
|
'bitmapcachepersistenable:i': '0', # 图缓存相关设置,便于录像审计
|
||||||
|
'bitmapcachesize:i': '1500',
|
||||||
}
|
}
|
||||||
return options
|
return options
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user