We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e9a94d commit 0030738Copy full SHA for 0030738
birdhouse/config/twitcher/twitcher.ini.template
@@ -40,10 +40,10 @@ retry.attempts = 3
40
# Caching can be forced reset/ignored by using the 'Cache-Control: no-cache' header during any corresponding request.
41
cache.regions = acl, service
42
cache.type = memory
43
-cache.enabled = false
44
-cache.acl.enabled = false
+cache.enabled = true
+cache.acl.enabled = true
45
cache.acl.expire = 20
46
-cache.service.enabled = false
+cache.service.enabled = true
47
cache.service.expire = 60
48
49
# By default, the toolbar only appears for clients from IP addresses
0 commit comments