Skip to content

Commit 0030738

Browse files
committed
re-enable caching feature of twitcher
1 parent 4e9a94d commit 0030738

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

birdhouse/config/twitcher/twitcher.ini.template

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ retry.attempts = 3
4040
# Caching can be forced reset/ignored by using the 'Cache-Control: no-cache' header during any corresponding request.
4141
cache.regions = acl, service
4242
cache.type = memory
43-
cache.enabled = false
44-
cache.acl.enabled = false
43+
cache.enabled = true
44+
cache.acl.enabled = true
4545
cache.acl.expire = 20
46-
cache.service.enabled = false
46+
cache.service.enabled = true
4747
cache.service.expire = 60
4848

4949
# By default, the toolbar only appears for clients from IP addresses

0 commit comments

Comments
 (0)