diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-20 10:21:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-20 10:21:13 +0100 |
| commit | b34310b4e90af1442363fe09db082d68e1721130 (patch) | |
| tree | 5d0dc102a52bd02db6bbb1f2ff8e4a046a2d3b39 /ChangeLog | |
| parent | c7354c8f2052d63b3d4e00da6b57956150c25dbe (diff) | |
Try to fix intermittent deadlocks with encoding servers.
Before this commit all encoding threads could be removed and then
::encode would always wait on _full_condition no matter what the
queue size.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2016-07-20 Carl Hetherington <cth@carlh.net> + + * Try to fix intermittent hangs with encoding servers. + 2016-07-14 Carl Hetherington <cth@carlh.net> * Version 2.9.3 released. |
