forked from platformio/platformio-core
Enable caching by default for API requests and Library Manager
This commit is contained in:
@@ -43,8 +43,8 @@ def in_silence(ctx=None):
|
||||
|
||||
|
||||
def clean_cache():
|
||||
with app.LocalCache() as lc:
|
||||
lc.clean()
|
||||
with app.ContentCache() as cc:
|
||||
cc.clean()
|
||||
|
||||
|
||||
def on_platformio_start(ctx, force, caller):
|
||||
|
Reference in New Issue
Block a user