Allow channel_threads to be configured and increase pool_size

This commit is contained in:
Omar Roth
2018-04-09 22:07:09 -05:00
parent e8349ae46b
commit b3e84e27f8
3 changed files with 15 additions and 5 deletions

View File

@@ -15,9 +15,10 @@ end
class Config
YAML.mapping({
pool_size: Int32,
threads: Int32,
db: NamedTuple(
pool_size: Int32,
threads: Int32,
channel_threads: Int32,
db: NamedTuple(
user: String,
password: String,
host: String,