mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-21 21:34:15 +00:00
chore(throttling): lower api limit a tad, just to test
This commit is contained in:
parent
0c21f54c67
commit
e268839bcb
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ module.exports.apiThrottle = function(app) {
|
|||
catagories:{
|
||||
normal: {
|
||||
// 2 req/s, but split as minutes
|
||||
totalRequests: 120,
|
||||
totalRequests: 80,
|
||||
every: 60000
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue