[fixit] Tune max_connection_age grace period (#30703)

pull/30411/head
Yash Tibrewal 3 years ago committed by GitHub
parent 0a150b246b
commit 3e21838aff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/core/end2end/tests/max_connection_age.cc

@ -38,7 +38,7 @@
#include "test/core/util/test_config.h"
#define MAX_CONNECTION_AGE_MS 500
#define MAX_CONNECTION_AGE_GRACE_MS 1000
#define MAX_CONNECTION_AGE_GRACE_MS 2000
#define MAX_CONNECTION_IDLE_MS 9999
#define MAX_CONNECTION_AGE_JITTER_MULTIPLIER 1.1

Loading…
Cancel
Save