mirror of
https://github.com/github/rails.git
synced 2026-01-09 14:48:01 -05:00
Fewer runs by default
This commit is contained in:
@@ -9,7 +9,7 @@ class BaseController < ActionController::Base
|
||||
end
|
||||
end
|
||||
|
||||
n = (ENV['N'] || 10000).to_i
|
||||
n = (ENV['N'] || 1000).to_i
|
||||
input = StringIO.new('')
|
||||
|
||||
def call_index(controller, input, n)
|
||||
|
||||
Reference in New Issue
Block a user