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

Method get_buffering_speed

apps/proxy/config.py:130–133  ·  view source on GitHub ↗

Get buffering speed threshold from database or default

(cls)

Source from the content-addressed store, hash-verified

128
129 @classmethod
130 def get_buffering_speed(cls):
131 """Get buffering speed threshold from database or default"""
132 settings = cls.get_proxy_settings()
133 return settings.get("buffering_speed", 1.0)
134
135 @classmethod
136 def get_channel_init_grace_period(cls):

Callers 2

BUFFERING_SPEEDMethod · 0.95
buffering_speedMethod · 0.80

Calls 2

get_proxy_settingsMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected