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 5d75915 commit 015bcf9
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 015bcf9

Please sign in to comment.