From e9084b3e277940bb07fa6b57be3f2be4b57d4541 Mon Sep 17 00:00:00 2001 From: aidewoode Date: Wed, 24 Apr 2024 15:28:58 +0800 Subject: [PATCH] Fix loading error of media listener puma plugin --- config/puma.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/puma.rb b/config/puma.rb index 5176d63a..cf971a2e 100644 --- a/config/puma.rb +++ b/config/puma.rb @@ -1,3 +1,5 @@ +require_relative "../lib/puma/plugin/media_listener" + # Puma can serve each request in a thread from an internal thread pool. # The `threads` method setting takes two numbers: a minimum and maximum. # Any libraries that use thread pools should be configured to match