Skip to content

Commit

Permalink
feat: increase API timeout to 5s in staging
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Dec 30, 2024
1 parent 664be47 commit b62687c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk-router/src/rfq/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
import { logger } from '../utils/logger'

const API_URL = 'https://rfq-api-stage.omnirpc.io'
const API_TIMEOUT = 2000
const API_TIMEOUT = 5000

/**
* The expiration window for active quotes in milliseconds to be used by the RFQ API.
Expand Down

0 comments on commit b62687c

Please sign in to comment.