We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd243c commit dc64cabCopy full SHA for dc64cab
packages/firestore/src/lite-api/settings.ts
@@ -37,7 +37,7 @@ export const DEFAULT_SSL = true;
37
// The minimum long-polling timeout is hardcoded on the server. The value here
38
// should be kept in sync with the value used by the server, as the server will
39
// 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
+// Googlers see b/266868871 for relevant discussion.
41
const MIN_LONG_POLLING_TIMEOUT_SECONDS = 5;
42
43
// No maximum long-polling timeout is configured in the server, and defaults to
0 commit comments