]> git.openstreetmap.org Git - rails.git/blobdiff - config/environment.rb
Adding trace link to logged in user's profile too.
[rails.git] / config / environment.rb
index e7a6c91ef8251b8ffcb5cf05da844de33540df55..ffd64eec9428fa2cd1ea0308b6242ef7a84bb2ed 100644 (file)
@@ -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
+
+
+
+