commit | 7a368c9e20afd681242068cccf8cbf64f40e231f | [log] [tgz] |
---|---|---|
author | Peter Åstrand (astrand) <astrand@cendio.se> | Wed Sep 19 12:45:17 2018 +0200 |
committer | Pierre Ossman <ossman@cendio.se> | Thu Sep 20 12:08:41 2018 +0200 |
tree | c5cbc4ede62aee33ab5c4eb6c931dd047e9459f8 | |
parent | c3dcff09369086b862870953f3f3ce5b5b10403f [diff] |
Avoid refresh of recently changed areas If an area recently changed then we can guess that it will most likely change again very soon. In such a case it is meaningless to send a lossless refresh as it will directly be overwritten. Keep track of such areas and avoid refreshing them until we no longer see any changes to them.