dropbox / dropbox-sdk-java

A Java library for the Dropbox Core API.
https://www.dropbox.com/developers/documentation/java
MIT License
593 stars 450 forks source link

Fix StoneTask cache misses #530

Closed devPalacio closed 7 months ago

devPalacio commented 7 months ago

Pycache files were being included as the cache key for the stone task, frequently invalidating the cache for StoneTask. This PR filters the task inputs to only the file types we care about.