Update README.md

This commit is contained in:
Jason Cosper 2025-04-23 22:49:46 +00:00
parent d3f8e884af
commit 970b4b9f97

View File

@ -59,7 +59,7 @@ HUSHUP_RATE_LIMIT_DELAY=1.0     # Short delay between API calls to stay under
# Behavior Settings - Control how HushUp decides who to mute and for how long
HUSHUP_MUTE_DURATION=3600       # How long to mute identified accounts, in seconds (default: 21600 = 6 hours)
HUSHUP_MIN_ACTIVITIES=20        # The activity threshold: mute accounts that have posted *at least* this many times in the analyzed period (default: 10)
HUSHUP_MIN_ACTIVITIES=20        # The activity threshold: locate accounts that have posted *at least* this many times in the analyzed period (default: 10)
```
*Remember to save the `.env` file after making changes.*