mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
fix: adjustment in request rate limiter configuration.
This commit is contained in:
@@ -144,7 +144,7 @@ export default {
|
|||||||
blockDuration: 60 * 15,
|
blockDuration: 60 * 15,
|
||||||
},
|
},
|
||||||
requests: {
|
requests: {
|
||||||
points: 30,
|
points: 60,
|
||||||
duration: 60,
|
duration: 60,
|
||||||
blockDuration: 60 * 10,
|
blockDuration: 60 * 10,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user