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.
2 parents 7752d0c + d069984 commit 050ca8dCopy full SHA for 050ca8d
pyinjective/async_client.py
@@ -60,10 +60,10 @@
60
61
from .constant import Network
62
63
-DEFAULT_TIMEOUTHEIGHT_SYNC_INTERVAL = 10 # seconds
64
-DEFAULT_TIMEOUTHEIGHT = 20 # blocks
+DEFAULT_TIMEOUTHEIGHT_SYNC_INTERVAL = 20 # seconds
+DEFAULT_TIMEOUTHEIGHT = 30 # blocks
65
DEFAULT_SESSION_RENEWAL_OFFSET = 120 # seconds
66
-DEFAULT_BLOCK_TIME = 3 # seconds
+DEFAULT_BLOCK_TIME = 2 # seconds
67
68
69
logging.basicConfig(format="%(levelname)s:%(message)s", level=logging.INFO)
0 commit comments