Skip to content

Commit

Permalink
docs: remove API_TIMEOUT docs for easier merging into staging branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Dec 5, 2024
1 parent cd50179 commit 1d7323a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/sdk-router/src/rfq/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ import {
} from './quote'

const API_URL = 'https://rfq-api.omnirpc.io'

/**
* The timeout duration for API requests in milliseconds. If a request takes longer than this, it will be aborted.
*/
const API_TIMEOUT = 2000

/**
Expand Down

0 comments on commit 1d7323a

Please sign in to comment.