chore: _community test suite: remove rate limit config property

This commit is contained in:
Alessio Gravili
2024-03-01 15:11:58 -05:00
parent 7a06721e16
commit 2c226a9c83

View File

@@ -174,10 +174,6 @@ export function buildConfigWithDefaults(testConfig?: Partial<Config>): Promise<S
}),
],
}),
rateLimit: {
max: 9999999999,
window: 15 * 60 * 1000, // 15min default,
},
telemetry: false,
...testConfig,
}