From 3084a1cf68c4dcfd8293c442d3b40eb5a85a5a49 Mon Sep 17 00:00:00 2001 From: smypmsa Date: Thu, 6 Mar 2025 22:26:01 +0000 Subject: [PATCH] increased delays for beter resilience --- config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.py b/config.py index afbc85c..54a316c 100644 --- a/config.py +++ b/config.py @@ -11,9 +11,9 @@ EXTRA_PRIORITY_FEE = 0.1 # TODO: not implemented. 10% increase in dynamic prior # Retries and timeouts MAX_RETRIES: int = 2 -WAIT_TIME_AFTER_BUY: int = 12 -WAIT_TIME_BEFORE_NEW_TOKEN: int = 5 -WAIT_TIME_AFTER_CREATION: int = 12 +WAIT_TIME_AFTER_BUY: int = 15 +WAIT_TIME_BEFORE_NEW_TOKEN: int = 30 +WAIT_TIME_AFTER_CREATION: int = 15 # 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