diff options
Diffstat (limited to 'src/helpers.cr')
| -rw-r--r-- | src/helpers.cr | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/helpers.cr b/src/helpers.cr index 4fe8ae4f..4b5a77e0 100644 --- a/src/helpers.cr +++ b/src/helpers.cr @@ -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, |
