Skip to content

Add unused client cleanup configuration #13

@jjg-123

Description

@jjg-123

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions