Skip to content
New issue

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

Add unused client cleanup configuration #13

Open
jjg-123 opened this issue Jun 13, 2023 · 1 comment
Open

Add unused client cleanup configuration #13

jjg-123 opened this issue Jun 13, 2023 · 1 comment

Comments

@jjg-123
Copy link

jjg-123 commented Jun 13, 2023

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.

@jjg-123
Copy link
Author

jjg-123 commented Jun 13, 2023

Be sure to enable issue 14 first and let it run for a bit first to make sure there is data there.

jjg-123 pushed a commit that referenced this issue Jul 10, 2023
jjg-123 pushed a commit that referenced this issue Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant