Fix maximum updater interval under 'Optional Increase'. #358
This commit is contained in:
parent
87e0134b66
commit
c0f59e1249
@ -199,7 +199,7 @@ ThreadUpdater =
|
|||||||
{interval} = ThreadUpdater
|
{interval} = ThreadUpdater
|
||||||
if Conf['Optional Increase']
|
if Conf['Optional Increase']
|
||||||
# Lower the max refresh rate limit on visible tabs.
|
# Lower the max refresh rate limit on visible tabs.
|
||||||
limit = if d.hidden then 7 else 10
|
limit = if d.hidden then 10 else 5
|
||||||
j = Math.min ThreadUpdater.outdateCount, limit
|
j = Math.min ThreadUpdater.outdateCount, limit
|
||||||
|
|
||||||
# 1 second to 100, 30 to 300.
|
# 1 second to 100, 30 to 300.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user