mirror of https://github.com/iv-org/invidious.git
Lower default number of jobs
This commit is contained in:
parent
686e17f489
commit
1eedd6ebf9
|
@ -1,6 +1,6 @@
|
|||
crawl_threads: 5
|
||||
channel_threads: 5
|
||||
video_threads: 5
|
||||
crawl_threads: 1
|
||||
channel_threads: 1
|
||||
video_threads: 1
|
||||
db:
|
||||
user: kemal
|
||||
password: kemal
|
||||
|
|
Loading…
Reference in New Issue