File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pallets/subtensor/src/macros Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ mod dispatches {
120120 /// - On failure for each failed item in the batch.
121121 ///
122122 #[ pallet:: call_index( 80 ) ]
123- #[ pallet:: weight( ( Weight :: from_parts( 19_330_000 , 0 )
124- . saturating_add( T :: DbWeight :: get( ) . reads( 1_u64 ) )
125- . saturating_add( T :: DbWeight :: get( ) . writes( 0_u64 ) ) , DispatchClass :: Normal , Pays :: No ) ) ]
123+ #[ pallet:: weight( ( Weight :: from_parts( 95_140_000 , 0 )
124+ . saturating_add( T :: DbWeight :: get( ) . reads( 14_u64 ) )
125+ . saturating_add( T :: DbWeight :: get( ) . writes( 2_u64 ) ) , DispatchClass :: Normal , Pays :: No ) ) ]
126126 pub fn batch_set_weights (
127127 origin : OriginFor < T > ,
128128 netuids : Vec < Compact < NetUid > > ,
@@ -777,7 +777,7 @@ mod dispatches {
777777 /// - Attempting to set prometheus information withing the rate limit min.
778778 ///
779779 #[ pallet:: call_index( 40 ) ]
780- #[ pallet:: weight( ( Weight :: from_parts( 41_320_000 , 0 )
780+ #[ pallet:: weight( ( Weight :: from_parts( 31_440_000 , 0 )
781781 . saturating_add( T :: DbWeight :: get( ) . reads( 4 ) )
782782 . saturating_add( T :: DbWeight :: get( ) . writes( 1 ) ) , DispatchClass :: Normal , Pays :: No ) ) ]
783783 pub fn serve_axon_tls (
You can’t perform that action at this time.
0 commit comments