Skip to content

Commit

Permalink
Reduce TTL to 20 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidTranDucVL committed Oct 14, 2021
1 parent 7ae12a3 commit 5b356b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/frontend/wallet/constants.ts
Expand Up @@ -46,7 +46,7 @@ export const NETWORKS: {[key: string]: Network} = {
},
}

export const DEFAULT_TTL_SLOTS = 3600
export const DEFAULT_TTL_SLOTS = 1200

export const DELAY_AFTER_TOO_MANY_REQUESTS = 2000

Expand Down

0 comments on commit 5b356b2

Please sign in to comment.