increased default delay when waiting for file changes with polling

This commit is contained in:
jonaswinkler
2021-02-21 12:14:54 +01:00
parent 96c0890df8
commit 692557a364
4 changed files with 23 additions and 14 deletions

View File

@@ -21,15 +21,12 @@ paperless-ng 1.2.0
* Improved responsiveness when switching between saved views and the document list.
* Increased the default wait time when observing files in the consumption folder
with polling from 1 to 5 seconds. This will decrease the likelihood of paperless
consuming partially written files.
* Paperless no longer depends on ``libpoppler-cpp-dev``.
paperless-ng 1.1.4
##################
* Added English (GB) locale.
* Added ISO-8601 date display option.
.. note::
Some packages that paperless depends on are slowly dropping Python 3.6
@@ -41,6 +38,13 @@ paperless-ng 1.1.4
If using docker, this does not affect you.
paperless-ng 1.1.4
##################
* Added English (GB) locale.
* Added ISO-8601 date display option.
paperless-ng 1.1.3
##################