| 18 | |
| 19 | {{{#!div class="box" |
| 20 | == Notes and Tuning == |
| 21 | |
| 22 | As noted in the [/wiki/FAQ], running a clipboard manager will interfere with the clipboard synchronization. At best, it will cause unnecessary traffic, at worst it can cause sluggishness and even crashes. |
| 23 | |
| 24 | In order to prevent such issues, the code will automatically disable the clipboard if it looks like the synchronization is entering a loop. |
| 25 | You will see a message in the log output indicating: |
| 26 | {{{ |
| 27 | clipboard disabled: more than 10 clipboard requests per second! |
| 28 | }}} |
| 29 | The maximum number of requests per second can be tuned setting the environment variable {{{XPRA_CLIPBOARD_LIMIT}}} to the desired value on the server. ie: |
| 30 | {{{ |
| 31 | XPRA_CLIPBOARD_LIMIT=20 xpra start ... |
| 32 | }}} |
| 33 | }}} |