Remove old allow_concurrency = false setting in the test config

This commit is contained in:
Dombi Attila
2024-01-25 17:16:42 +02:00
parent 7af333c07f
commit 24d5ed2f55
-3
View File
@@ -49,9 +49,6 @@ Rails.application.configure do
# loading is working properly before deploying your code.
config.eager_load = ENV['CI'].present? || ENV['EAGER_LOAD'].present?
# This setting is false by default, but we define it explicitly
config.allow_concurrency = false
# Configure public file server for tests with Cache-Control for performance.
config.public_file_server.enabled = true
config.public_file_server.headers = { 'Cache-Control' => 'public, max-age=3600' }