view Rocket.toml @ 22:65065070a4b4

Keep database workers limited.
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 02 Dec 2020 21:09:41 +0100
parents eafb0bca76fc
children 8fc023bbfb97
line wrap: on
line source

[global.databases]
geohub = { url = "postgresql://lbo:pglbo@localhost/lbo", pool_size = 4 }
# Majority of workers is expected to be waiting for updates.

[development]
workers = 16

[production]
log = "normal"
address = "::1"
port = 8000
workers = 8