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:
co-authored by
Claude Sonnet 4.6
parent
f376b439a5
commit
e4e8d1f62c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user