feat: Lower the minimum message length from 4 to 2.

This commit is contained in:
2569718930@qq.com
2026-03-08 05:00:29 +08:00
parent d2107cbcbe
commit ae40f70cac
+1 -1
View File
@@ -18,7 +18,7 @@ from src.database.db_manager import DBManager
MESSAGE_POINTS = 1
MESSAGE_DAILY_CAP = 50
MESSAGE_MIN_LENGTH = 4
MESSAGE_MIN_LENGTH = 2
MESSAGE_COOLDOWN_SEC = 30
CITY_QUERY_COST = 1
DEB_QUERY_COST = 1