Skip to content

Commit d07cce9

Browse files
committed
fix benchmarking
1 parent 0147b63 commit d07cce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/admin-utils/src/benchmarking.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ mod benchmarks {
263263
);
264264

265265
#[extrinsic_call]
266-
_(RawOrigin::Root, 1u16.into()/*netuid*/, 4097u16/*max_allowed_uids*/)/*sudo_set_max_allowed_uids*/;
266+
_(RawOrigin::Root, 1u16.into()/*netuid*/, 2048u16/*max_allowed_uids*/)/*sudo_set_max_allowed_uids*/;
267267
}
268268

269269
#[benchmark]

0 commit comments

Comments
 (0)