mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-03-28 09:45:07 +00:00
Fix typos in documentation
This commit is contained in:
parent
465406738d
commit
062618bf86
@ -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
|
||||
url for MariaDB and PostgreSQL.
|
||||
|
||||
When using H2, the user is `sa`, the password can be empty and the url
|
||||
must include these options:
|
||||
When using H2, the user and password can be chosen freely on first
|
||||
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
|
||||
|
@ -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
|
||||
value.
|
||||
|
||||
|
@ -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
|
||||
that executes the job.
|
||||
|
||||
Currently the job queue executes just the document processing tasks,
|
||||
but it may be used for other long running tasks in the future.
|
||||
The jobs listed here are all long-running tasks for your collective.
|
||||
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
|
||||
that a job is some time waiting until it is picked up by a job
|
||||
|
@ -39,7 +39,7 @@ connection](emailsettings#imap-settings) to use.
|
||||
|
||||
A list of folders is required. Docspell will only look into these
|
||||
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
|
||||
mails in your inbox. Any other folder is usually case-sensitive
|
||||
(depends on the imap server, but usually they are case sensitive
|
||||
|
Loading…
x
Reference in New Issue
Block a user