Skip to main content

ODJsonConfig_DefaultSystemLimits interface

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

All settings related to global ticket limits.

View Source

Properties


enabled boolean boolean

Enable global ticket limits.

View Source


globalMaximum number number

The maximum amount of tickets that are allowed in the server at the same time.

View Source


userMaximum number number

The maximum amount of tickets that a user is allowed to create at the same time.

View Source