diff options
| author | Omar Roth <omarroth@hotmail.com> | 2018-05-01 18:51:16 -0500 |
|---|---|---|
| committer | Omar Roth <omarroth@hotmail.com> | 2018-05-01 18:51:16 -0500 |
| commit | 58410e09f7aff86b34483191d8f00d06e00563d1 (patch) | |
| tree | dfe4368de8aec1461c9bde747e8811e63fd2c6ea /src/helpers.cr | |
| parent | ae68213dc711d65f3e68f7860b78202c8a641688 (diff) | |
| download | invidious-58410e09f7aff86b34483191d8f00d06e00563d1.tar.gz invidious-58410e09f7aff86b34483191d8f00d06e00563d1.tar.bz2 invidious-58410e09f7aff86b34483191d8f00d06e00563d1.zip | |
Clarify crawl option
Diffstat (limited to 'src/helpers.cr')
| -rw-r--r-- | src/helpers.cr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers.cr b/src/helpers.cr index d0c74d5c..34224e24 100644 --- a/src/helpers.cr +++ b/src/helpers.cr @@ -15,7 +15,7 @@ end class Config YAML.mapping({ - threads: Int32, + crawl_threads: Int32, channel_threads: Int32, video_threads: Int32, db: NamedTuple( |
