Lint config.example.yml and config.cr

Follow lint indications :
- https://github.com/iv-org/invidious/pull/2915#discussion_r812396203
- https://github.com/iv-org/invidious/pull/2915#discussion_r812396807
This commit is contained in:
Féry Mathieu (Mathius) 2022-02-22 23:19:59 +01:00
parent 555bb711c9
commit e60a1836fe
No known key found for this signature in database
GPG key ID: F9CCC80C18A59037
2 changed files with 5 additions and 4 deletions

View file

@ -58,7 +58,7 @@ class Config
# Number of threads to use for crawling videos from channels (for updating subscriptions)
property channel_threads : Int32 = 1
# Time between two jobs for crawling videos from channels
# Time interval between two executions of the job that crawls channel videos (subscriptions update).
@[YAML::Field(converter: Preferences::TimeSpanConverter)]
property channel_refresh_interval : Time::Span = 30.minutes
# Number of threads to use for updating feeds