Skip to content

Commit fadf667

Browse files
fix(kibisis): lower get provider timeout from 3 seconds to 0.75 seconds (#133)
1 parent 9ce4bb3 commit fadf667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clients/kibisis/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const VOI_TESTNET_GENESIS_HASH = 'IXnoWtviVVJW5LGivNFc0Dq14V3kqaXuK2u5OQr
2929
* timeouts
3030
*/
3131
export const DEFAULT_REQUEST_TIMEOUT = 180000 // 3 minutes in milliseconds
32-
export const LOWER_REQUEST_TIMEOUT = 3000 // 3 seconds in milliseconds
32+
export const LOWER_REQUEST_TIMEOUT = 750 // 0.75 seconds in milliseconds
3333
export const UPPER_REQUEST_TIMEOUT = 300000 // 5 minutes in milliseconds
3434
/**
3535
* icon

0 commit comments

Comments
 (0)