docs(env): document TIKTOK_LISTING_MAX_ATTEMPTS

This commit is contained in:
CREDO23 2026-07-10 17:25:48 +02:00
parent 8f825b7b3c
commit 97e250be4b

View file

@ -293,6 +293,9 @@ MICROS_PER_PAGE=1000
# TIKTOK_MICROS_PER_VIDEO=3500
# TIKTOK_MICROS_PER_USER=2500
# TIKTOK_MICROS_PER_COMMENT=1500
# Browser-listing retries when a feed is empty (profile feed is withheld from
# flagged IPs; each retry draws a fresh rotating exit IP). Set to 1 for a static IP.
# TIKTOK_LISTING_MAX_ATTEMPTS=3
# Low-balance warning threshold (micro-USD), surfaced to the UI. Default $0.50.
CREDIT_LOW_BALANCE_WARNING_MICROS=500000