Skip to content

Commit dc64cab

Browse files
committed
Replace internal link with b/266868871
1 parent 4dd243c commit dc64cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/lite-api/settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const DEFAULT_SSL = true;
3737
// The minimum long-polling timeout is hardcoded on the server. The value here
3838
// should be kept in sync with the value used by the server, as the server will
3939
// silently ignore a value below the minimum and fall back to the default.
40-
// Googlers see http://google3/net/webchannel/internal/webchannel_config.cc;l=118;rcl=510899643
40+
// Googlers see b/266868871 for relevant discussion.
4141
const MIN_LONG_POLLING_TIMEOUT_SECONDS = 5;
4242

4343
// No maximum long-polling timeout is configured in the server, and defaults to

0 commit comments

Comments
 (0)