8000 stricter rate limit · adityai/activeadmin-demo@833b9c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 833b9c4

Browse files
committed
stricter rate limit
1 parent ef55555 commit 833b9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
module ActiveadminDepot
1212
class Application < Rails::Application
1313

14-
config.middleware.use Rack::Throttle::Hourly, :max => 100
14+
config.middleware.use Rack::Throttle::Hourly, :max => 50
1515
config.middleware.use Rack::Throttle::Daily, :max => 300
1616

1717
config.autoload_paths << "#{config.root}/lib" # Settings in config/environments/* take precedence over those specified here.

0 commit comments

Comments
 (0)
0