|
|
@ -5,7 +5,7 @@ class Config
|
|
|
|
feed_threads: Int32, # Number of threads to use for updating feeds
|
|
|
|
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)
|
|
|
|
video_threads: Int32, # Number of threads to use for updating videos in cache (mostly non-functional)
|
|
|
|
db: NamedTuple( # Database configuration
|
|
|
|
db: NamedTuple( # Database configuration
|
|
|
|
user: String,
|
|
|
|
user: String,
|
|
|
|
password: String,
|
|
|
|
password: String,
|
|
|
|
host: String,
|
|
|
|
host: String,
|
|
|
|
port: Int32,
|
|
|
|
port: Int32,
|
|
|
|