File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ You can enable two kinds of caching with this plugin which are currently both DI
148
148
custom:
149
149
pythonRequirements:
150
150
useDownloadCache: true
151
- useStaticCache: true
151
+ useStaticCache: true
152
152
` ` `
153
153
_Additionally, In future versions of this plugin, both caching features will probably be enabled by default_
154
154
@@ -157,10 +157,10 @@ There are two additional options related to caching. You can specify where in y
157
157
` ` ` yaml
158
158
custom:
159
159
pythonRequirements:
160
- useStaticCache: true
161
- useDownloadCache: true
162
- cacheLocation: '/home/user/.my_cache_goes_here'
163
- staticCacheMaxVersions: 10
160
+ useStaticCache: true
161
+ useDownloadCache: true
162
+ cacheLocation: '/home/user/.my_cache_goes_here'
163
+ staticCacheMaxVersions: 10
164
164
165
165
` ` `
166
166
You can’t perform that action at this time.
0 commit comments