From c594d6762143da8ecd36fda35f44e92628337662 Mon Sep 17 00:00:00 2001 From: Jim Benton Date: Mon, 8 Apr 2024 20:32:03 -0500 Subject: [PATCH] Remove barnes require. --- config/puma.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/puma.rb b/config/puma.rb index 6ec2d27a1..0add6b624 100644 --- a/config/puma.rb +++ b/config/puma.rb @@ -1,5 +1,3 @@ -require "barnes" - # 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