Skip to content

Commit

Permalink
Up DefaultWeightsSetRateLimit -> 100
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayden Brewer committed Jul 13, 2023
1 parent 0bc99b0 commit 88b0269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/subtensor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ pub mod pallet {
// ==== Subnetwork Hyperparam storage ====
// =======================================
#[pallet::type_value]
pub fn DefaultWeightsSetRateLimit<T: Config>() -> u64 { 0 }
pub fn DefaultWeightsSetRateLimit<T: Config>() -> u64 { 100 }
#[pallet::type_value]
pub fn DefaultBlockAtRegistration<T: Config>() -> u64 { 0 }
#[pallet::type_value]
Expand Down

0 comments on commit 88b0269

Please sign in to comment.