Skip to content

Commit 634fe47

Browse files
committed
based on backtesting with ledgegr tool, 128 is too large for ema to respond account saturation events quick enough. Changed to 8
1 parent 678d5db commit 634fe47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0110-exponential-fee-for-write-lock-accounts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ lock an account, calculated as `compute-unit-pricer.cost-rate() * transaction.re
7474
current bank is frozen.
7575
- Provides the current *cost rate* when queried.
7676
- EMA of Compute-Unit Utilization:
77-
- Uses 150 slots for EMA calculation.
77+
- Uses 8 slots for EMA calculation.
7878
- EMA Alpha, representing the degree of weighting decrease, is calculated as
7979
`alpha = 2 / (N+1)`.
8080
- # Algorithm:

0 commit comments

Comments
 (0)