feat(api): remove rate limiting (#58289)

This commit is contained in:
Oliver Eyton-Williams
2025-01-23 22:35:50 +01:00
committed by GitHub
parent 8ff5362118
commit 9429f52fd4
6 changed files with 21 additions and 135 deletions
-10
View File
@@ -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' }]