Skip to content

Commit

Permalink
Update config.rst
Browse files Browse the repository at this point in the history
Fix bullet points
  • Loading branch information
mxdev88 committed Nov 24, 2019
1 parent c594363 commit e0b79aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,10 @@ jobstorage
-------

A class that stores finished jobs. There are 2 implementations provided:

* ``MemoryJobStorage`` (default) jobs are stored and memory and lost when the daemon is restarted
* ``SqliteJobStorage`` jobs are persisted in a Sqlite database in ``dbs_dir``

If another backend is needed, one can implement its own class by implementing the IJobStorage
interface.

Expand Down

0 comments on commit e0b79aa

Please sign in to comment.