Deleting cached car_data #397
-
I am trying to keep the cache size on my device manageable. Since I do not work with telemetry data, I am considering deleting all the car_data pickles. Are there any side effects to this or some better ways to reduce cache size? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
No, you are free to delete any files from the cache directory. In case FastF1 would access the data, it will simply be downloaded again. Consider using |
Beta Was this translation helpful? Give feedback.
No, you are free to delete any files from the cache directory. In case FastF1 would access the data, it will simply be downloaded again.
Consider using
session.load(telemetry=False)
to skip downloading this data in the first place.