]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fixes the copy and paste of the log line 1268/head
authorTrenton Holmes <holmes.trenton@gmail.com>
Fri, 22 Jul 2022 18:08:52 +0000 (11:08 -0700)
committerTrenton Holmes <holmes.trenton@gmail.com>
Fri, 22 Jul 2022 18:08:52 +0000 (11:08 -0700)
docs/troubleshooting.rst

index 1605fed115ddf395af9d8e46cdb5a4e46b628fee..6d94d710099b0bf7d75e36ae390fe41e1fdac4a8 100644 (file)
@@ -309,7 +309,7 @@ You might find messages like these in your log files:
 
 .. code::
 
-    [WARNING] [paperless.management.consumer] Not consuming file /usr/src/paperless/src/../consume/SCN_0001.pdf: OS reports file as busy still
+    [ERROR] [paperless.management.consumer] Creating PaperlessTask failed: db locked
 
 You are likely using an sqlite based installation, with an increased number of workers and are running into sqlite's concurrency limitations.
 Uploading or consuming multiple files at once results in many workers attempting to access the database simultaneously.