mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Bump version & change default buffer from 3 to 10
This commit is contained in:
parent
2eb82e8732
commit
92672ddda8
1 changed files with 7 additions and 0 deletions
|
@ -921,3 +921,10 @@ class Config(object):
|
|||
if self.CONFIG_VERSION == 11:
|
||||
self.ANON_REDIRECT = self.ANON_REDIRECT.replace('http://www.nullrefer.com/?',
|
||||
'https://www.nullrefer.com/?')
|
||||
self.CONFIG_VERSION = 12
|
||||
|
||||
if self.CONFIG_VERSION == 12:
|
||||
if self.BUFFER_THRESHOLD == 3:
|
||||
self.BUFFER_THRESHOLD = 10
|
||||
|
||||
self.CONFIG_VERSION = 13
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue