From 970b4b9f972beadb1e7fce43c9e16205aa3cf94c Mon Sep 17 00:00:00 2001 From: Jason Cosper Date: Wed, 23 Apr 2025 22:49:46 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6efc459..6ad3569 100644 --- a/README.md +++ b/README.md @@ -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.*