Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(857)

Unified Diff: Source/core/frame/Settings.in

Issue 503843002: Increase maxBeaconTransmission default to 64k bytes. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/Settings.in
diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in
index e06221e4af318cec8a3d64eefa57d1dfa63d6b8e..3f8b6c558d54ff7acf75027bb35c24f50bb6ce30 100644
--- a/Source/core/frame/Settings.in
+++ b/Source/core/frame/Settings.in
@@ -264,7 +264,7 @@ deviceScaleAdjustment type=double, initial=1.0, invalidate=TextAutosizing
# The spec ( https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/Beacon/Overview.html )
# does not proscribe an upper limit, but allows for it -- the underlying
# API will return 'false' in that case.
-maxBeaconTransmission type=int, initial=16384
+maxBeaconTransmission type=int, initial=65536
# This value is set to false if the platform does not support fullscreen.
# When set to false all the requests to enter fullscreen will return an error
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698