Skip to content

Commit d50a77b

Browse files
committed
Reset TTLs to 0 only in browser tests
1 parent 7b3a9e0 commit d50a77b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ghost/core/core/shared/config/env/config.testing-browser.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,17 @@
7272
"freeRetries": 10
7373
}
7474
},
75+
"caching": {
76+
"frontend": {
77+
"maxAge": 0
78+
},
79+
"contentAPI": {
80+
"maxAge": 0
81+
},
82+
"commentsCountAPI": {
83+
"maxAge": 0
84+
}
85+
},
7586
"privacy": {
7687
"useTinfoil": true,
7788
"useStructuredData": true

0 commit comments

Comments
 (0)