tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 6e9c5451caf2a02acd98cbe935e729246535f0f0
parent 294a3b2d53010861a2dc1b7b609c2b68ddb8aaf2
Author: Jamie Nicol <jnicol@mozilla.com>
Date:   Thu, 23 Oct 2025 12:20:43 +0000

Bug 1994984 - Increase GPU process launch timeout to 10 seconds. r=aosmond

Telemetry shows the 99.9th percentile of process launches take around
5 seconds. Currently we have a GPU process launch timeout of 5
seconds. This implies that in absolute terms quite a large number of
GPU process launches may be timing out. Increase the timeout to 10
seconds in an attempt to keep more users on the GPU process.

Differential Revision: https://phabricator.services.mozilla.com/D269562

Diffstat:
Mmodules/libpref/init/StaticPrefList.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml @@ -9627,7 +9627,7 @@ - name: layers.gpu-process.startup_timeout_ms type: int32_t - value: 5000 + value: 10000 mirror: once - name: layers.gpu-process.crash-also-crashes-browser