mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Force buffer threshold to 10
This commit is contained in:
parent
863bb4033c
commit
85b4116491
2 changed files with 3 additions and 4 deletions
|
@ -916,7 +916,6 @@ class Config(object):
|
|||
self.CONFIG_VERSION = 12
|
||||
|
||||
if self.CONFIG_VERSION == 12:
|
||||
if self.BUFFER_THRESHOLD == 3:
|
||||
self.BUFFER_THRESHOLD = 10
|
||||
self.BUFFER_THRESHOLD = max(self.BUFFER_THRESHOLD, 10)
|
||||
|
||||
self.CONFIG_VERSION = 13
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue