We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce4bb3 commit fadf667Copy full SHA for fadf667
src/clients/kibisis/constants.ts
@@ -29,7 +29,7 @@ export const VOI_TESTNET_GENESIS_HASH = 'IXnoWtviVVJW5LGivNFc0Dq14V3kqaXuK2u5OQr
29
* timeouts
30
*/
31
export const DEFAULT_REQUEST_TIMEOUT = 180000 // 3 minutes in milliseconds
32
-export const LOWER_REQUEST_TIMEOUT = 3000 // 3 seconds in milliseconds
+export const LOWER_REQUEST_TIMEOUT = 750 // 0.75 seconds in milliseconds
33
export const UPPER_REQUEST_TIMEOUT = 300000 // 5 minutes in milliseconds
34
/**
35
* icon
0 commit comments