From 3c60417c0e532923a126b6086b6bb5a187724ee6 Mon Sep 17 00:00:00 2001 From: draekko Date: Tue, 21 Feb 2023 05:48:37 -0500 Subject: [PATCH] clarification on setting clipboardSharingSize option --- doc/newsfragments/adds-clipboard-memory-limit.feature | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/newsfragments/adds-clipboard-memory-limit.feature b/doc/newsfragments/adds-clipboard-memory-limit.feature index 2022dd5d..97c709f5 100644 --- a/doc/newsfragments/adds-clipboard-memory-limit.feature +++ b/doc/newsfragments/adds-clipboard-memory-limit.feature @@ -1,3 +1,7 @@ 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 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.