summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/invidious.cr3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/invidious.cr b/src/invidious.cr
index 125659ff..2b8a8970 100644
--- a/src/invidious.cr
+++ b/src/invidious.cr
@@ -108,6 +108,8 @@ threads.times do
end
end
end
+
+ Fiber.yield
end
end
end
@@ -132,6 +134,7 @@ channel_threads.times do |i|
end
end
end
+ Fiber.yield
end
end
end