test/dummy/config/puma.rb in msip-2.2.0.alfa3 vs test/dummy/config/puma.rb in msip-2.2.0.beta1
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
# 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
# the maximum value specified for Puma. Default is set to 5 threads for minimum
# and maximum; this matches the default thread size of Active Record.