Skip to content

Commit 428fa7f

Browse files
authored
chore: double nango connections pagination limit (#3787)
1 parent 02eacc8 commit 428fa7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/libs/nango/src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export const getNangoConnectionStatus = async (
115115
export const getNangoConnections = async (): Promise<ApiPublicConnection[]> => {
116116
ensureBackendClient()
117117

118-
const limit = 1000
118+
const limit = 2000
119119
let page = 0
120120
let hasMore = true
121121
const allConnections: ApiPublicConnection[] = []

0 commit comments

Comments
 (0)