Skip to content

Commit ad33d71

Browse files
authored
Merge pull request zingolabs#869 from juanky201271/dev_zingolib_performence_medium
Zingolib updated performance medium
2 parents 623fbdb + 8f4ab58 commit ad33d71

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

rust/Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/lib/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ fn construct_uri_load_config(
7171
WalletSettings {
7272
sync_config: SyncConfig {
7373
transparent_address_discovery: TransparentAddressDiscovery::minimal(),
74-
performance_level: PerformanceLevel::High,
74+
performance_level: PerformanceLevel::Medium,
7575
},
7676
min_confirmations: NonZeroU32::try_from(1).unwrap(),
7777
},
@@ -155,7 +155,7 @@ pub fn init_from_seed(
155155
WalletSettings {
156156
sync_config: SyncConfig {
157157
transparent_address_discovery: TransparentAddressDiscovery::minimal(),
158-
performance_level: PerformanceLevel::High,
158+
performance_level: PerformanceLevel::Medium,
159159
},
160160
min_confirmations: NonZeroU32::try_from(1).unwrap(),
161161
},
@@ -191,7 +191,7 @@ pub fn init_from_ufvk(
191191
WalletSettings {
192192
sync_config: SyncConfig {
193193
transparent_address_discovery: TransparentAddressDiscovery::minimal(),
194-
performance_level: PerformanceLevel::High,
194+
performance_level: PerformanceLevel::Medium,
195195
},
196196
min_confirmations: NonZeroU32::try_from(1).unwrap(),
197197
},

0 commit comments

Comments
 (0)