8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef55555 commit 833b9c4Copy full SHA for 833b9c4
config/application.rb
@@ -11,7 +11,7 @@
11
module ActiveadminDepot
12
class Application < Rails::Application
13
14
- config.middleware.use Rack::Throttle::Hourly, :max => 100
+ config.middleware.use Rack::Throttle::Hourly, :max => 50
15
config.middleware.use Rack::Throttle::Daily, :max => 300
16
17
config.autoload_paths << "#{config.root}/lib" # Settings in config/environments/* take precedence over those specified here.
0 commit comments