mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-12 07:23:45 +02:00
reduce iblt merge_sets CAPACITY to 4096 so tests pass
Signed-off-by: Erik Hollensbe <git@hollensbe.org>
This commit is contained in:
parent
61c00edd5c
commit
f1439980e3
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ mod tests {
|
|||
|
||||
#[test]
|
||||
fn merge_sets() {
|
||||
const CAPACITY: usize = 16384;
|
||||
const CAPACITY: usize = 4096; // previously 16384;
|
||||
const REMOTE_SIZE: usize = 1024 * 1024 * 2;
|
||||
const STEP: usize = 1024;
|
||||
let mut rn: u128 = 0xd3b07384d113edec49eaa6238ad5ff00;
|
||||
|
|
Loading…
Add table
Reference in a new issue