Deprecate gfe2_reloadable_flag_quic_cap_large_client_initial_rtt.

PiperOrigin-RevId: 339298563
Change-Id: Ic672f9d4079ec7f71cba22bc269d7762a2ad7466
diff --git a/quic/core/quic_constants.h b/quic/core/quic_constants.h
index 01ec240..62c0e77 100644
--- a/quic/core/quic_constants.h
+++ b/quic/core/quic_constants.h
@@ -89,8 +89,8 @@
 // Don't allow a client to suggest an RTT shorter than 10ms.
 const uint32_t kMinInitialRoundTripTimeUs = 10 * kNumMicrosPerMilli;
 
-// Don't allow a client to suggest an RTT longer than 15 seconds.
-const uint32_t kMaxInitialRoundTripTimeUs = 15 * kNumMicrosPerSecond;
+// Don't allow a client to suggest an RTT longer than 1 second.
+const uint32_t kMaxInitialRoundTripTimeUs = kNumMicrosPerSecond;
 
 // Maximum number of open streams per connection.
 const size_t kDefaultMaxStreamsPerConnection = 100;