Skip to content

Commit

Permalink
Added cache settings for twitcher (see bird-house/twitcher#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldperron authored and fmigneault committed May 19, 2021
1 parent 93c1ef3 commit fa77fa6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions birdhouse/config/twitcher/twitcher.ini.template
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ sqlalchemy.url = sqlite:///%(here)s/twitcher.sqlite

retry.attempts = 3

# caching settings for specific sections/functions
cache.regions = acl
cache.type = memory
cache.acl.expire = 60

# By default, the toolbar only appears for clients from IP addresses
# '127.0.0.1' and '::1'.
# debugtoolbar.hosts = 127.0.0.1 ::1
Expand Down

0 comments on commit fa77fa6

Please sign in to comment.