mirror of
https://github.com/ipnet-mesh/meshcore-hub.git
synced 2026-06-28 14:01:13 +02:00
caaecfb3c2
Adjust the default spam-scoring knobs across Python settings, SpamConfig, docker-compose, .env.example and docs to reduce false positives on chatty legitimate users: SPAM_MIN_PATH_HOPS 5 -> 3 SPAM_PATH_THRESHOLD 5 -> 6 SPAM_NAME_THRESHOLD 5 -> 10 SPAM_WEIGHT_PATH 0.7 -> 0.75 SPAM_WEIGHT_NAME 0.3 -> 0.25 SPAM_SCORE_THRESHOLD 0.6 -> 0.65 Also document the spam-detection feature and the pull_policy change in a new v0.15.0 section of docs/upgrading.md. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>