Skip to content

Commit

Permalink
Merge pull request opentensor#89 from opentensor/tx-rate-lim-fix
Browse files Browse the repository at this point in the history
Update hyperparameters.md
  • Loading branch information
shibshib authored Mar 29, 2023
2 parents 34bb522 + 3cd91c1 commit 8e3da07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hyperparameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ ServingRateLimit: u64 = 250; // [250 @ 7,166]
Burn: u64 = 100_000_000_000; // 100 tao [100 tao @ 26310]
MinBurn: u64 = 10_000_000_000; // 10 tao [10 tao @ 26310]
MaxBurn: u64 = 21_000_000_000_000_000; // 21M tao [21M tao @ 26310]
TxRateLimit: u64 = 1000;
TxRateLimit: u64 = 1;
WeightsSetRateLimit: u64 = 250; // [250 @ 7,168]
```
```

0 comments on commit 8e3da07

Please sign in to comment.