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

Bump expiration for interactive updates to 150ms in production #12599

Merged
merged 2 commits into from
Apr 11, 2018

Commits on Apr 10, 2018

  1. Bump expiration for interactive updates to 150ms in production

    **what is the change?:**
    Changes the expiration deadline from 500ms to 150ms, only in production.
    In development it will still be 500ms.
    
    I'm thinking we may want to change the 'bucket size' too, will look into
    that a bit.
    
    **why make this change?:**
    We need to ensure interactions are responsive enough in order to gather
    more test data on async. mode.
    
    **test plan:**
    No tests failed - where shall we add a test for this?
    flarnie committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    42ed53d View commit details
    Browse the repository at this point in the history
  2. Add comments

    flarnie committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    34d89c2 View commit details
    Browse the repository at this point in the history