X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c5d1f3381dfa81b4aac2d24dd057143bafbf661c..c102580baa225ea5f8834d99f5a35c7010aa726a:/config/environment.rb diff --git a/config/environment.rb b/config/environment.rb index e7a6c91ef..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,4 +77,8 @@ HTTP_EXPECTATION_FAILED = 417 #Taming FCGI # COUNT = 0 -MAX_COUNT = 500 +MAX_COUNT = 10000 + + + +