Skip to content

Commit a06d68b

Browse files
authored
chore: decrease DEFAULT_NANGO_FETCH_LIMIT (#3669)
1 parent 26dbdde commit a06d68b

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 = 100
39+
const DEFAULT_NANGO_FETCH_LIMIT = 50
4040

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

0 commit comments

Comments
 (0)