clarification on setting clipboardSharingSize option
This commit is contained in:
parent
9c41922b33
commit
3c60417c0e
|
@ -1,3 +1,7 @@
|
||||||
Adds clipboard memory limit for transfers between server/clients, the feature was documented
|
Adds clipboard memory limit for transfers between server/clients, the feature was documented
|
||||||
in wiki but missing in code. The feature can be set by using the spin box under the clipboard
|
in wiki but missing in code. The feature can be set by using the spin box under the clipboard
|
||||||
checkbox in advanced settings.
|
checkbox in advanced settings.
|
||||||
|
|
||||||
|
The value used to limit clipboard size to transfer between client and sever is set in bytes
|
||||||
|
and can be set in the UI or throough the config file by setting the value in bytes with the
|
||||||
|
'clipboardSharingSize' tag.
|
||||||
|
|
Loading…
Reference in New Issue