]> cat aescling's git repositories - mastodon.git/commit
Store home feeds for 7 days instead of 14 (#7354)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 4 May 2018 22:54:24 +0000 (00:54 +0200)
committerGitHub <noreply@github.com>
Fri, 4 May 2018 22:54:24 +0000 (00:54 +0200)
commitc73ce7b695aef1bbfe36bf674173d5a9fb988df5
treeab1f94a5c72d70f2b978e4d1078e0f10ba488dbf
parentef7d64c80109074b39983b50cc8cf701c337cdcc
Store home feeds for 7 days instead of 14 (#7354)

* Store home feeds for 7 days instead of 14

Reduces workload for status fan-out to active followers

* Fix test for user model
app/models/user.rb
app/services/fan_out_on_write_service.rb
spec/models/user_spec.rb