Skip to content

Commit 050ca8d

Browse files
Merge pull request #151 from InjectiveLabs/f/change_block_params
chore: change block and timeouts to new block time
2 parents 7752d0c + d069984 commit 050ca8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyinjective/async_client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@
6060

6161
from .constant import Network
6262

63-
DEFAULT_TIMEOUTHEIGHT_SYNC_INTERVAL = 10 # seconds
64-
DEFAULT_TIMEOUTHEIGHT = 20 # blocks
63+
DEFAULT_TIMEOUTHEIGHT_SYNC_INTERVAL = 20 # seconds
64+
DEFAULT_TIMEOUTHEIGHT = 30 # blocks
6565
DEFAULT_SESSION_RENEWAL_OFFSET = 120 # seconds
66-
DEFAULT_BLOCK_TIME = 3 # seconds
66+
DEFAULT_BLOCK_TIME = 2 # seconds
6767

6868

6969
logging.basicConfig(format="%(levelname)s:%(message)s", level=logging.INFO)

0 commit comments

Comments
 (0)