#8547: disable discard state by default
This commit is contained in:
parent
fb85d47eac
commit
37e10da4fa
|
|
@ -3857,7 +3857,7 @@ This setting is only available with the QtWebEngine backend.
|
|||
|
||||
Type: <<types,Int>>
|
||||
|
||||
Default: +pass:[600000]+
|
||||
Default: +pass:[-1]+
|
||||
|
||||
[[qt.chromium.lifecycle_state.enabled]]
|
||||
=== qt.chromium.lifecycle_state.enabled
|
||||
|
|
|
|||
|
|
@ -386,7 +386,7 @@ qt.chromium.lifecycle_state.discard_delay:
|
|||
name: Int
|
||||
minval: -1
|
||||
maxval: maxint
|
||||
default: 600_000
|
||||
default: -1
|
||||
backend: QtWebEngine
|
||||
desc: >-
|
||||
The amount of time (in milliseconds) to wait before transitioning a page to
|
||||
|
|
|
|||
Loading…
Reference in New Issue