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 9274431 commit 3c3b75fCopy full SHA for 3c3b75f
CHANGELOG.md
@@ -1 +1,2 @@
1
- Improved GetDatabase API call caching for Firestore function deployments. (#8681)
2
+- Increased timeout for linking CloudSQL instances to Data Connect.
src/dataconnect/client.ts
@@ -132,6 +132,7 @@ export async function upsertSchema(
132
apiOrigin: dataconnectOrigin(),
133
apiVersion: DATACONNECT_API_VERSION,
134
operationResourceName: op.body.name,
135
+ masterTimeout: 120000,
136
});
137
}
138
0 commit comments