Skip to content

Commit

Permalink
Added the limit on the utils
Browse files Browse the repository at this point in the history
Signed-off-by: KulkarniShashank <[email protected]>
  • Loading branch information
KulkarniShashank committed Feb 14, 2024
1 parent d8430ed commit 7f7ccc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utils/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,6 @@ export const SOVRIN_STAGING_NET = `{"reqSignature":{},"txn":{"data":{"data":{"al
const protocol = `http`
export const BCOVRIN_REGISTER_URL = `${protocol}://test.bcovrin.vonx.io/register`
export const INDICIO_NYM_URL = 'https://selfserve.indiciotech.io/nym'

export const windowMs = 1000
export const maxRateLimit = 800

0 comments on commit 7f7ccc9

Please sign in to comment.