Skip to content

Commit

Permalink
Fix last commit - RuboCop
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Oct 13, 2024
1 parent c79864e commit 6976f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puma/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def initialize(app, events = nil, options = {})
@min_threads = @options[:min_threads]
@max_threads = @options[:max_threads]
@queue_requests = @options[:queue_requests]
@max_keep_alive = @options[:max_fast_inline]
@max_keep_alive = @options[:max_fast_inline]
@enable_keep_alives = @options[:enable_keep_alives]
@enable_keep_alives &&= @queue_requests
@io_selector_backend = @options[:io_selector_backend]
Expand Down

0 comments on commit 6976f1b

Please sign in to comment.