Skip to content

Commit

Permalink
feat: increase update balances timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsign committed May 5, 2024
1 parent bf669cb commit a209ba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ functions:
- http:
method: post
path: /balances/{address}
timeout: 29
timeout: 35
memorySize: 512

updateCoingeckoCoins:
Expand Down
2 changes: 1 addition & 1 deletion src/lib/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import isEqual from 'lodash/isEqual'
import type { Logger } from 'pino'
import type { PublicClient } from 'viem'

export const GET_BALANCES_TIMEOUT = 15_000
export const GET_BALANCES_TIMEOUT = 20_000

export interface BaseContext {
logger?: Logger
Expand Down

0 comments on commit a209ba5

Please sign in to comment.