Make --use-threads default and update release notes

Re: issue Hanging on Random Files  #814
This commit is contained in:
James R. Barlow
2022-03-13 00:37:06 -08:00
parent 1950acfbda
commit 8182fe9c92
2 changed files with 14 additions and 1 deletions
+7
View File
@@ -12,6 +12,13 @@ may be unreliable. Use the API to depend on precise behavior.
The public API may be useful in scripts that launch OCRmyPDF processes or that
wish to use some of its features for working with PDFs..
v13.4.1
=======
- Temporarily make threads rather than processes the default executor worker, due
to a persistent deadlock issue when processes are used. Add a new command line
argument ``--no-use-threads`` to disable this.
v13.4.0
=======