We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0147b63 commit d07cce9Copy full SHA for d07cce9
pallets/admin-utils/src/benchmarking.rs
@@ -263,7 +263,7 @@ mod benchmarks {
263
);
264
265
#[extrinsic_call]
266
- _(RawOrigin::Root, 1u16.into()/*netuid*/, 4097u16/*max_allowed_uids*/)/*sudo_set_max_allowed_uids*/;
+ _(RawOrigin::Root, 1u16.into()/*netuid*/, 2048u16/*max_allowed_uids*/)/*sudo_set_max_allowed_uids*/;
267
}
268
269
#[benchmark]
0 commit comments