Skip to content

Commit

Permalink
Add 'unlogged' doc to sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Apr 27, 2021
1 parent 16e030d commit d5e51f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.toml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ state_address = "redis://127.0.0.1:6379/1"
# Each job can specify where its results should be stored.
# If there are multiple backends and jobs don't specify
# a particular backend, the results will be saved to a *random* one.
# The optional `unlogged = true` (for postgres) creates faster, unlogged (WAL) tables.
#
# type = "postgres" dsn = "postgres://user:password@host:5432/dbname?sslmode=disable"
# type = "mysql" dsn = "user:password@tcp(host:3306)/dbname"
Expand Down

0 comments on commit d5e51f8

Please sign in to comment.