Skip to content

Commit b13a073

Browse files
authored
Revert "chore: double nango connections pagination limit" (#3791)
1 parent 54ce496 commit b13a073

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 = 2000
118+
const limit = 1000
119119
let page = 0
120120
let hasMore = true
121121
const allConnections: ApiPublicConnection[] = []

0 commit comments

Comments
 (0)