diff --git a/platformio/commands/home/rpc/handlers/misc.py b/platformio/commands/home/rpc/handlers/misc.py index d1851d13..a216344e 100644 --- a/platformio/commands/home/rpc/handlers/misc.py +++ b/platformio/commands/home/rpc/handlers/misc.py @@ -24,7 +24,7 @@ from platformio.commands.home.rpc.handlers.os import OSRPC class MiscRPC(object): def load_latest_tweets(self, data_url): cache_key = app.ContentCache.key_from_args(data_url, "tweets") - cache_valid = "7d" + cache_valid = "180d" with app.ContentCache() as cc: cache_data = cc.get(cache_key) if cache_data: