Skip to content

Commit 18197e7

Browse files
committed
Lint description of channel_refresh_time
1 parent f75a81c commit 18197e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/config.example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ https_only: false
315315
channel_threads: 1
316316

317317
##
318-
## Time between channel_refresh
318+
## Time between two jobs for crawling videos from channels
319319
##
320320
## Accepted values: a valid time interval (hours:min:seconds)
321321
## Default: 00:30:00

src/invidious/config.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class Config
5858

5959
property channel_threads : Int32 = 1 # Number of threads to use for crawling videos from channels (for updating subscriptions)
6060
@[YAML::Field(converter: TimeSpanConverter)]
61-
property channel_refresh_time : Time::Span = 30.minutes # Time between channel_refresh
61+
property channel_refresh_time : Time::Span = 30.minutes # Time between two jobs for crawling videos from channels
6262
property feed_threads : Int32 = 1 # Number of threads to use for updating feeds
6363
property output : String = "STDOUT" # Log file path or STDOUT
6464
property log_level : LogLevel = LogLevel::Info # Default log level, valid YAML values are ints and strings, see src/invidious/helpers/logger.cr

0 commit comments

Comments
 (0)