From ec5cfa632eeb607351f67bad6686ec872291bd61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sat, 17 Jan 2026 19:57:28 +0100 Subject: perf(command): top now partially uses state --- exp/functions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exp') diff --git a/exp/functions.go b/exp/functions.go index 681c135..1b2fe89 100644 --- a/exp/functions.go +++ b/exp/functions.go @@ -11,7 +11,7 @@ import ( "github.com/anhgelus/gokord" ) -const DebugFactor = 30 +const DebugFactor = 5 func MessageXP(length uint, diversity uint) uint { return uint(math.Floor( -- cgit v1.2.3