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