We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As per https://oa4mp.org/server/manuals/unused-client-cleanup.html Probably add the following to the configuration
<unusedClientCleanup gracePeriod="6 hr" deleteVersions="false" enabled="true" interval="4 hr"> <whitelist> <clientID>localhost:template</clientID> </whitelist> </unusedClientCleanup>
which gives a grace period of 6 hours and checks every 4 hours and it skips the template.
The text was updated successfully, but these errors were encountered:
Be sure to enable issue 14 first and let it run for a bit first to make sure there is data there.
Sorry, something went wrong.
Pull request for release. This adds transaction cleanup and unused cl…
a8d3ad4
…ient cleanup plus a small tweak to toe QDL policies file and addresses #12 #13 https://jira.ncsa.illinois.edu/browse/CIL-1772
428dfb6
No branches or pull requests
As per https://oa4mp.org/server/manuals/unused-client-cleanup.html
Probably add the following to the configuration
which gives a grace period of 6 hours and checks every 4 hours and it skips the template.
The text was updated successfully, but these errors were encountered: