We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54ce496 commit b13a073Copy full SHA for b13a073
1 file changed
services/libs/nango/src/client.ts
@@ -115,7 +115,7 @@ export const getNangoConnectionStatus = async (
115
export const getNangoConnections = async (): Promise<ApiPublicConnection[]> => {
116
ensureBackendClient()
117
118
- const limit = 2000
+ const limit = 1000
119
let page = 0
120
let hasMore = true
121
const allConnections: ApiPublicConnection[] = []
0 commit comments