docbrown/spec/lib
Mike Coutermarsh 9f983e271c Increase cache TTL for social preview images (#5471) [deploy]
* Increase cache TTL for social preview images

These are expensive to generate + don't change often. We can have a long cache.

Ideally, they would never expire, and get auto evicted by redis when space fills up. But I don't think a `nil` ttl is possible when a default
is set in the Rails config (see production.rb).

So I set it to a real long value. + test to guard against it accidently being changed.

* Try a cache expiration of 6.weeks as suggested by @mstruve in PR
2020-01-17 17:06:06 -05:00
..
acts_as_taggable_on Adjust type tags for RSpec (#4864) 2019-11-20 13:01:30 -05:00
reverse_markdown/converters Allow language-xxx class detection on pre tags in ReverseMarkdown (#5299) 2020-01-02 11:23:44 -05:00
sidekiq Send Sidekiq data to Honeycomb (#5517) [deploy] 2020-01-16 12:30:43 -05:00
html_css_to_image_spec.rb Increase cache TTL for social preview images (#5471) [deploy] 2020-01-17 17:06:06 -05:00