Fix typos in documentation

This commit is contained in:
Eike Kettner
2020-06-03 23:50:48 +02:00
parent 465406738d
commit 062618bf86
4 changed files with 9 additions and 6 deletions

View File

@ -46,8 +46,10 @@ The `url` is the connection to the database. It must start with
database used: it is either a path to a file for H2 or a host/database database used: it is either a path to a file for H2 or a host/database
url for MariaDB and PostgreSQL. url for MariaDB and PostgreSQL.
When using H2, the user is `sa`, the password can be empty and the url When using H2, the user and password can be chosen freely on first
must include these options: start, but must stay the same on subsequent starts. Usually, the user
is `sa` and the password is left empty. Additionally, the url must
include these options:
``` ```
;MODE=PostgreSQL;DATABASE_TO_LOWER=TRUE;AUTO_SERVER=TRUE ;MODE=PostgreSQL;DATABASE_TO_LOWER=TRUE;AUTO_SERVER=TRUE

View File

@ -96,7 +96,7 @@ docspell.joex {
} }
``` ```
The `pool-size` setting deterimens how many jobs run in parallel. You The `pool-size` setting determines how many jobs run in parallel. You
need to play with this setting on your machine to find an optimal need to play with this setting on your machine to find an optimal
value. value.

View File

@ -27,8 +27,9 @@ you click on the small file symbol on finished jobs, you can inspect
its log messages again. A running job displays the job executor id its log messages again. A running job displays the job executor id
that executes the job. that executes the job.
Currently the job queue executes just the document processing tasks, The jobs listed here are all long-running tasks for your collective.
but it may be used for other long running tasks in the future. Most of the time it executes the document processing tasks. But user
defined tasks, like "import mailbox", are also visible here.
Since job executors are shared among all collectives, it may happen Since job executors are shared among all collectives, it may happen
that a job is some time waiting until it is picked up by a job that a job is some time waiting until it is picked up by a job

View File

@ -39,7 +39,7 @@ connection](emailsettings#imap-settings) to use.
A list of folders is required. Docspell will only look into these A list of folders is required. Docspell will only look into these
folders. You can specify multiple folders. The "Inbox" folder is a folders. You can specify multiple folders. The "Inbox" folder is a
special folder, which will usually appear translated in you web-mail special folder, which will usually appear translated in your web-mail
client. You can specify "INBOX" case insensitive, it will then read client. You can specify "INBOX" case insensitive, it will then read
mails in your inbox. Any other folder is usually case-sensitive mails in your inbox. Any other folder is usually case-sensitive
(depends on the imap server, but usually they are case sensitive (depends on the imap server, but usually they are case sensitive