Reduce get token timeout to 50ms on Android.
Regression is still seen at 50% Stable: http://uma/p/chrome/variations?sid=a3d201c28d29aab0568c58c18fca2e40. Currently 85% of get token requests finish within 50ms. http://uma/p/chrome/histograms?sid=1c472f87b67d1fe3197bdde7cb56db0e Waiting for a full second for acquiring tokens is too long. We should use an empty token if the token cannot be acquired in 50ms. In this CL, reduce the get token timeout to 50ms to see if it mitigates the issue. If the issue is still there, we will look into other solutions such as fetching the token in the background. Bug: 1070324 Change-Id: I744c775e88162b9c8814bf4a4efab98085c94da3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442010Reviewed-by:Daniel Rubery <drubery@chromium.org> Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/master@{#812902}
Showing
Please register or sign in to comment