diff options
| author | William Hergès <william@herges.fr> | 2026-01-17 19:57:28 +0100 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2026-01-17 19:57:28 +0100 |
| commit | ec5cfa632eeb607351f67bad6686ec872291bd61 (patch) | |
| tree | c53b9bf7e14c44b49a17f088737b35eb5ad0b64e /exp/functions.go | |
| parent | c9129c2e7edcf6e588cac674dfdb240f1714083d (diff) | |
perf(command): top now partially uses state
Diffstat (limited to 'exp/functions.go')
| -rw-r--r-- | exp/functions.go | 2 |
1 files changed, 1 insertions, 1 deletions
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( |
