We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26dbdde commit a06d68bCopy full SHA for a06d68b
services/libs/nango/src/client.ts
@@ -36,7 +36,7 @@ export type {
36
37
let backendClient: BackendNango | undefined = undefined
38
39
-const DEFAULT_NANGO_FETCH_LIMIT = 100
+const DEFAULT_NANGO_FETCH_LIMIT = 50
40
41
let config: INangoClientConfig | undefined | null = undefined
42
export const NANGO_CLOUD_CONFIG = () => {
0 commit comments