cloudogu / sonar-cas-plugin

CAS Authentication support for SonarQube
14 stars 8 forks source link

Remove files which are created by the File Session Store #10

Closed ppxl closed 5 years ago

ppxl commented 5 years ago

During it's deeds, the File Session Store may end up with a lot of files. These files may bog up the file system where the session store points to, namely configurable by the property sonar.cas.sessionStorePath.

Please support the removal of files that are no longer needed in order regain the volume's space.

ppxl commented 5 years ago

Please note the new sonar property sonar.cas.sessionStore.cleanUpIntervalInSeconds which is optional and has a fallback value of 30 minutes