# 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',
#Taming FCGI
#
COUNT = 0
-MAX_COUNT = 10
+MAX_COUNT = 10000
+
+
+
+