mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(api): remove rate limiting (#58289)
This commit is contained in:
committed by
GitHub
parent
8ff5362118
commit
9429f52fd4
@@ -127,16 +127,6 @@ const indexData: IndexData[] = [
|
||||
collection: 'Survey',
|
||||
indexes: [{ key: { userId: 1 }, name: 'userId_1' }]
|
||||
},
|
||||
{
|
||||
collection: 'UserRateLimit',
|
||||
indexes: [
|
||||
{
|
||||
key: { expirationDate: 1 },
|
||||
name: 'expirationDate_1',
|
||||
expireAfterSeconds: 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
collection: 'UserToken',
|
||||
indexes: [{ key: { userId: 1 }, name: 'userId_1' }]
|
||||
|
||||
Reference in New Issue
Block a user