X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/164b05ea9664dff40c434e507d49bbd9d3713ef2..c102580baa225ea5f8834d99f5a35c7010aa726a:/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