Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(nimbus): Update External Configs #11978

Merged
merged 1 commit into from
Dec 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
beta: 41833c343772b888c8fa6082429695f0d58da49f
master: ff46f1d6a8347cd9bd116d434779eb7f8c35e24d
beta: f48d3ef3455e3f36156d8448f7f998c289483364
master: f9517009d8a4946dbdd3acd72a31dc34fca79586
release: 2af729f544f4d8b5371df3baceae96d37afeb286
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
beta: 7d88eb03f6957b192bfed37f5d705e4a29665137
central: 2274b27452bb4f5ae65f6c7fd346adbc5efca700
beta: 9b0354c7e9133ef3d46c4b8fe517bbf0a6a9c6fe
central: 92dd3425067a91fb007ba63e3facfb2a26b690dd
esr115: 020e9925f81bb0221add107b6b7ea8d3e32f269f
esr128: e911f33083f63cb17f86fd300c39f4900f1fe478
release: 213845d047e0fb1c076d969e8163fa702ca9154e
Original file line number Diff line number Diff line change
Expand Up @@ -2316,6 +2316,18 @@ networking:
setPref:
branch: default
pref: "network.cookie.chips.partitionLimitByteCapacity"
dnsGracePeriod:
description: The grace period allows the DNS cache to use expired entries, while kicking off a revalidation in the background.
type: int
setPref:
branch: default
pref: "network.dnsCacheExpirationGracePeriod"
maxDnsCacheEntries:
description: This is the number of dns cache entries allowed
type: int
setPref:
branch: default
pref: "network.dnsCacheEntries"

disableHttp3:
description: "Whether HTTP/3 is disabled"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2316,6 +2316,18 @@ networking:
setPref:
branch: default
pref: "network.cookie.chips.partitionLimitByteCapacity"
dnsGracePeriod:
description: The grace period allows the DNS cache to use expired entries, while kicking off a revalidation in the background.
type: int
setPref:
branch: default
pref: "network.dnsCacheExpirationGracePeriod"
maxDnsCacheEntries:
description: This is the number of dns cache entries allowed
type: int
setPref:
branch: default
pref: "network.dnsCacheEntries"

disableHttp3:
description: "Whether HTTP/3 is disabled"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ focus/klar-v131.1: b7dca2271b14988837524a30eb154d91eb5e4912
focus/klar-v132.0: d9ed6134db59ff456d343e2bb211aefd040319ac
focus/klar-v133.0: a3372669a06fa684d3c5945c317d6787e3125303
focus/klar-v134.0: be550d94c2c7bc8b8902cdf7fe542a64e73a381a
main: 15d1f4f56eb19ea136bb0d1c718347f618f41e37
main: 3e1fc4259238dec086a5b899734c65ebb818d639
release/v124: da250bed9e19c4978d4400d6d404cb312e33636e
release/v125: a3e1e0773a00009e08d95726fd518ab642255ccd
release/v126: 6f305409b4af68e8404401a2caad8cb0da9a0494
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
main: 15d1f4f56eb19ea136bb0d1c718347f618f41e37
main: 3e1fc4259238dec086a5b899734c65ebb818d639
release/v117: 43b690c450066d4dde1b2ccb93ed3714d244d502
release/v118: 89a7ea3c3372e5a4ef5b3c5b85499d26198d0524
release/v119: 7dc381f991c6d2a983c3ba7f0cffd880e8c29e7b
Expand Down