Skip to content

Commit 22ef34e

Browse files
authored
chore: increase DEFAULT_NANGO_FETCH_LIMIT (#3674)
1 parent 6ade1f6 commit 22ef34e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/libs/nango/src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export type {
3636

3737
let backendClient: BackendNango | undefined = undefined
3838

39-
const DEFAULT_NANGO_FETCH_LIMIT = 50
39+
const DEFAULT_NANGO_FETCH_LIMIT = 100
4040

4141
let config: INangoClientConfig | undefined | null = undefined
4242
export const NANGO_CLOUD_CONFIG = () => {

0 commit comments

Comments
 (0)