# This defines the default playtime limit. The value
# is set in seconds. When set to -1 then the limit is
# not active by default for new players. The default
# is 30 minutes.
#
# Examples:
#
# 2 hours: 7200
# 1 hour: 3600
# 1.5 hours: 5400
# 30 minutes: 1800
playtime_limit_default_limit (default playtime limit in seconds) int 1800

# With this value the default interval in seconds for
# resetting the playtime timer is defined. By default
# it is set to 1 day.
#
# Examples:
#
# 1 day: 86400
# 12 hours: 43200
# 5 hours: 18000
# 1 hour: 3600
playtime_limit_default_interval (default reset interval in seconds) int 86400

# By default the validity check is triggered once a
# minute for performance reasons. If you want a more
# accurate validity check lower the value as you like
#
# This also affects “cheatability” of the playtime
# limit: if a player stays connected less than the
# step size the playtime counter of that player will
# not be raised.
playtime_limit_step_size (validity check step size in seconds) int 60

