summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-09 22:59:07 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-09 22:59:07 +0100
commit8d20417855c563afa08bda167ccf8ab8609208fa (patch)
tree24489cd8d7061a282964c52a8d63c6265c190f4d /ChangeLog
parent60b505349fcc21cfc8bbed0de75b21755d520038 (diff)
Apply a modified version of 7c76bbb0c989cb5e5e552f28668a985243438cab
from master; when we push an encoded frame's data to disk because we can't write it yet, the idea i to set encoded in the QueueItem to 0 to say that the data has already been pushed to disk. This was not working because we were resetting encoded in a copy of the QueueItem, and hence not affecting the QueueItem held in _queue. This meant that the same frame could be pushed to disk several times. Use the iterator instead of a copy so that the QueueItem in the list is modified.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 17a774ab5..4a2a6bedd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2015-05-09 Carl Hetherington <cth@carlh.net>
+ * Efficiency fix for cases where there is a lot of processing
+ power.
+
* Add UTF-8 content type to KDM emails to try to fix #549.
* Disable OK until a download succeeds in the certificate