Add multifilesystem_nolock storage

This commit is contained in:
Unrud 2021-12-08 21:41:12 +01:00
parent e629e9a2e1
commit f14e1de071
5 changed files with 117 additions and 2 deletions

View file

@ -743,6 +743,9 @@ Available backends:
`multifilesystem`
: Stores the data in the filesystem.
`multifilesystem_nolock`
: The `multifilesystem` backend without file-based locking. Must only be used with a single process.
Default: `multifilesystem`
#### filesystem_folder