Skip to content

Commit

Permalink
Appease rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyf committed Dec 20, 2023
1 parent c0bca4a commit 8748cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/redis_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
timeout = ENV.fetch("HYRAX_REDIS_TIMEOUT", 5)

Hyrax.config.redis_connection =
ConnectionPool::Wrapper.new(size: size, timeout: timeout) { Redis.new(config) }
ConnectionPool::Wrapper.new(size:, timeout:) { Redis.new(config) }

0 comments on commit 8748cda

Please sign in to comment.