Check for custom avatars by default now.

This commit is contained in:
Robin Ward 2013-10-11 11:09:53 -04:00
parent a80d3aa634
commit fee2734aaa

View file

@ -259,7 +259,7 @@ class SiteSetting < ActiveRecord::Base
client_setting(:allow_uploaded_avatars, true)
client_setting(:allow_animated_avatars, false)
setting(:detect_custom_avatars, false)
setting(:detect_custom_avatars, true)
setting(:max_daily_gravatar_crawls, 500)
setting(:sequential_replies_threshold, 2)