diff options
| author | William Hergès <william@herges.fr> | 2026-01-17 21:50:54 +0100 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2026-01-17 21:50:54 +0100 |
| commit | c661541e45dddd6a082af66fcf7df7ba7dfdc6a6 (patch) | |
| tree | 318b29652c4f59a7f6a16ff7a566b1a9935d069d /exp | |
| parent | ec5cfa632eeb607351f67bad6686ec872291bd61 (diff) | |
perf(command): store data used by top in state
Diffstat (limited to 'exp')
| -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 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( |
