We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f60bd1a commit debf763Copy full SHA for debf763
1 file changed
src/environments/environment.test.ts
@@ -45,10 +45,10 @@ export const environment: BuildConfig = {
45
// NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript
46
nameSpace: '/angular-dspace',
47
baseUrl: 'http://dspace.com/angular-dspace',
48
- // The rateLimiter settings limit each IP to a 'limit' of 20 requests per 'windowMs' (1 minute).
+ // The rateLimiter settings limit each IP to a 'limit' of 500 requests per 'windowMs' (1 minute).
49
rateLimiter: {
50
windowMs: 1 * 60 * 1000, // 1 minute
51
- limit: 20, // limit each IP to 20 requests per windowMs
+ limit: 500, // limit each IP to 500 requests per windowMs
52
ipv6Subnet: 56,
53
},
54
useProxies: true,
0 commit comments