reduce auto track default from 5m to 4m

This commit is contained in:
Jeff Atwood 2013-04-19 15:11:38 -07:00
parent 8c8784abb6
commit b644509c28
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class SiteSetting < ActiveRecord::Base
client_setting(:max_upload_size_kb, 1024)
# settings only available server side
setting(:auto_track_topics_after, 300000)
setting(:auto_track_topics_after, 240000)
setting(:new_topic_duration_minutes, 60 * 48)
setting(:long_polling_interval, 15000)
setting(:flags_required_to_hide_post, 3)