summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOmar Roth <omarroth@hotmail.com>2019-01-23 14:30:45 -0600
committerOmar Roth <omarroth@hotmail.com>2019-01-23 14:30:45 -0600
commite1540390a8d7bb2a2f1dd71348e8446838ed770c (patch)
tree4c921fe52d7a870011b555e570e515d0db228a22 /src
parent71ba0711605a327ca4151b914142b236304dc046 (diff)
downloadinvidious-e1540390a8d7bb2a2f1dd71348e8446838ed770c.tar.gz
invidious-e1540390a8d7bb2a2f1dd71348e8446838ed770c.tar.bz2
invidious-e1540390a8d7bb2a2f1dd71348e8446838ed770c.zip
Fix typo in config documentation
Diffstat (limited to 'src')
-rw-r--r--src/invidious/helpers/helpers.cr4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/invidious/helpers/helpers.cr b/src/invidious/helpers/helpers.cr
index 5e28f008..d622a07f 100644
--- a/src/invidious/helpers/helpers.cr
+++ b/src/invidious/helpers/helpers.cr
@@ -1,6 +1,6 @@
class Config
YAML.mapping({
- crawl_threads: Int32, # Number of threads to use for finding new videos from YouTube (used to popular top page)
+ crawl_threads: Int32, # Number of threads to use for finding new videos from YouTube (used to populate "top" page)
channel_threads: Int32, # Number of threads to use for crawling videos from channels (for updating subscriptions)
feed_threads: Int32, # Number of threads to use for updating feeds
video_threads: Int32, # Number of threads to use for updating videos in cache (mostly non-functional)
@@ -11,7 +11,7 @@ class Config
port: Int32,
dbname: String,
),
- dl_api_key: String?, # DetectLanguage API Key (used to filter non-English results from top page), mostly non-functional
+ dl_api_key: String?, # DetectLanguage API Key (used to filter non-English results from "top" page), mostly non-functional
https_only: Bool?, # Used to tell Invidious it is behind a proxy, so links to resources should be https://
hmac_key: String?, # HMAC signing key for CSRF tokens
full_refresh: Bool, # Used for crawling channels: threads should check all videos uploaded by a channel