mirror of
https://github.com/chainstacklabs/pumpfun-bonkfun-bot.git
synced 2026-08-17 09:18:05 +00:00
decreased default max_token_age
This commit is contained in:
@@ -18,7 +18,7 @@ WAIT_TIME_AFTER_CREATION: int = 12
|
|||||||
# Maximum age (in seconds) for a token to be considered "fresh" and eligible for processing.
|
# Maximum age (in seconds) for a token to be considered "fresh" and eligible for processing.
|
||||||
# This threshold is checked before processing starts - tokens older than this are skipped
|
# This threshold is checked before processing starts - tokens older than this are skipped
|
||||||
# since they likely contain outdated information from the websocket stream
|
# since they likely contain outdated information from the websocket stream
|
||||||
MAX_TOKEN_AGE: int = 1
|
MAX_TOKEN_AGE: float = 0.1
|
||||||
|
|
||||||
# Node provier configuration
|
# Node provier configuration
|
||||||
# You can also get a trader node https://docs.chainstack.com/docs/solana-trader-nodes
|
# You can also get a trader node https://docs.chainstack.com/docs/solana-trader-nodes
|
||||||
|
|||||||
Reference in New Issue
Block a user