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

Method get_channel_shutdown_delay

apps/proxy/config.py:118–121  ·  view source on GitHub ↗

Get channel shutdown delay from database or default

(cls)

Source from the content-addressed store, hash-verified

116 # Database-dependent settings with fallbacks
117 @classmethod
118 def get_channel_shutdown_delay(cls):
119 """Get channel shutdown delay from database or default"""
120 settings = cls.get_proxy_settings()
121 return settings.get("channel_shutdown_delay", 0)
122
123 @classmethod
124 def get_buffering_timeout(cls):

Callers 2

Calls 2

get_proxy_settingsMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected