feat: configurable price polling interval via MAKER_MM_POLL_SEC

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
direkturcrypto
2026-04-03 13:34:55 +07:00
co-authored by Claude Sonnet 4.6
parent f376b439a5
commit e4e8d1f62c
3 changed files with 6 additions and 1 deletions
+4
View File
@@ -107,6 +107,10 @@ MAKER_MM_MAX_PRICE=0.69
# Default false (symmetric maker behavior — wait for both sides)
MAKER_MM_CANCEL_CHEAP_ON_EXP_FILL=false
# Price polling interval (seconds) while waiting for entry conditions
# Lower = more responsive but more API calls. Default: 3
MAKER_MM_POLL_SEC=3
# ── Current Market Entry (optional) ─────────────────────────────
# Allow entering markets that are already in progress
# Useful for catching mid-market opportunities