Skip to content

Commit

Permalink
Fix tests regression
Browse files Browse the repository at this point in the history
  • Loading branch information
khssnv committed Nov 1, 2024
1 parent 991b581 commit 0de8ec8
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions pallets/ddc-verification/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ pub mod pallet {
const SUCCESS_CODE: u16 = 200;
const _BUF_SIZE: usize = 128;
const RESPONSE_TIMEOUT: u64 = 20000;
const BUCKETS_AGGREGATES_FETCH_BATCH_SIZE: usize = 100;
const NODES_AGGREGATES_FETCH_BATCH_SIZE: usize = 10;
pub const BUCKETS_AGGREGATES_FETCH_BATCH_SIZE: usize = 100;
pub const NODES_AGGREGATES_FETCH_BATCH_SIZE: usize = 10;

#[pallet::pallet]
#[pallet::storage_version(STORAGE_VERSION)]
Expand Down
Loading

0 comments on commit 0de8ec8

Please sign in to comment.