mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Disable logging for connection pool
This commit is contained in:
parent
76c008d319
commit
6167ce30b0
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ threads.times do
|
|||
end
|
||||
end
|
||||
|
||||
io << Time.now << " 200 GET www.youtube.com/watch?v=" << video.id << " " << elapsed_text(Time.now - time) << "\n"
|
||||
# io << Time.now << " 200 GET www.youtube.com/watch?v=" << video.id << " " << elapsed_text(Time.now - time) << "\n"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue