Skip to content

Commit 0ed7a89

Browse files
committed
reduce trend bonus
1 parent 3fa0f2f commit 0ed7a89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tf2_quickplay/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@
277277

278278
player_count_history = cachetools.TTLCache(maxsize=4000, ttl=60 * 60)
279279

280-
PLAYER_TREND_MIN = 0.5
281-
PLAYER_TREND_MAX = 0.85
280+
PLAYER_TREND_MIN = 0.2 # was 0.5
281+
PLAYER_TREND_MAX = 0.5 # was 0.85
282282

283283
PLAYER_TREND_COUNT_LOW_POINT_LIMIT = 12
284284
PLAYER_TREND_COUNT_MAX = 18

0 commit comments

Comments
 (0)