MCPcopy Create free account
hub / github.com/Dispatcharr/Dispatcharr / get_user_limits_settings

Method get_user_limits_settings

core/models.py:433–439  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

431
432 @classmethod
433 def get_user_limits_settings(cls):
434 return cls._get_group(USER_LIMITS_SETTINGS_KEY, {
435 "terminate_on_limit_exceeded": True,
436 "prioritize_single_client_channels": True,
437 "ignore_same_channel_connections": False,
438 "terminate_oldest": True,
439 })
440
441
442class SystemEvent(models.Model):

Callers 2

check_user_stream_limitsFunction · 0.80

Calls 1

_get_groupMethod · 0.80

Tested by

no test coverage detected