Changes between Version 6 and Version 7 of WindowRefresh
- Timestamp:
- 01/16/13 07:29:01 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WindowRefresh
v6 v7 99 99 XPRA_DELAY_DEBUG=1 100 100 }}} 101 when starting the server. Then every 30 seconds, or every 1000 messages , the delay factors will be dumped to the log (this is done to prevent the logging itself from affecting the system and the calculations - and it still does, but much more sparsely), the log messages look like this:101 when starting the server. Then every 30 seconds, or every 1000 messages (whichever comes first), the delay factors will be dumped to the log (this is done to prevent the logging itself from affecting the system and the calculations - and it still does, but much more sparsely), the log messages look like this: 102 102 {{{ 103 103 update_batch_delay: wid=5, last updated 249.50 ms ago, decay=1.00s, \ … … 107 107 For more details, to get the actual factors used, set: 108 108 {{{ 109 XPRA_DELAY_DEBUG= 1109 XPRA_DELAY_DEBUG=2 110 110 }}} 111 111 Then the output should be much more verbose: