jfrog / artifactory-user-plugins

Sample Artifactory User Plugins
http://wiki.jfrog.org/confluence/display/RTF/User+Plugins
Apache License 2.0
371 stars 470 forks source link

expireFilesMetadata: Fix delay to compare milliseconds and not seconds #422

Open d4nj1 opened 2 years ago

d4nj1 commented 2 years ago

lastUpdated value is in milliseconds but gets compared to a delay in seconds. The fix is changing repoConfig.delay to millisecons also.

github-actions[bot] commented 2 years ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

d4nj1 commented 2 years ago

I have read the CLA Document and I hereby sign the CLA

d4nj1 commented 2 years ago

recheck