X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/164b05ea9664dff40c434e507d49bbd9d3713ef2..b2fa1c24d62002f870c9bf4dad4010c8953505a8:/config/environment.rb diff --git a/config/environment.rb b/config/environment.rb index bcd5a89fb..ffd64eec9 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -56,7 +56,7 @@ end # Include your application configuration below SERVER_URL = ENV['OSM_SERVER_URL'] || 'www.openstreetmap.org' -ActionMailer::Base.server_settings = { +ActionMailer::Base.smtp_settings = { :address => "localhost", :port => 25, :domain => 'localhost', @@ -77,7 +77,7 @@ HTTP_EXPECTATION_FAILED = 417 #Taming FCGI # COUNT = 0 -MAX_COUNT = 100 +MAX_COUNT = 10000