Skip to content

Commit f50af80

Browse files
authored
feat(core): make discovery cache environment variable partial by default (#1682)
1 parent 5b2e307 commit f50af80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ BASE_URI=http://localhost:8000
88
INTERNAL_CACHES=true
99

1010
# Enable or disable discovery cache. Can be `true`, `partial` or `false`.
11-
DISCOVERY_CACHE=false
11+
DISCOVERY_CACHE=partial
1212

1313
# Overwrite default log paths (null = default)
1414
DEBUG_LOG_PATH=null

0 commit comments

Comments
 (0)