Skip to content

Commit

Permalink
Add missing armor client retry parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
NickAcPT committed Nov 2, 2024
1 parent e621000 commit e621000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nmsr-aas/src/model/armor/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ impl VanillaMinecraftArmorManager {
.explain("Unable to create armor cache folder".to_string())?;

let manager = Self {
client: NmsrHttpClient::new(20, 5 * 60 /* 5 minutes */),
client: NmsrHttpClient::new(20, 5 * 60 /* 5 minutes */, 5),
material_location,
trims_location,
};
Expand Down

0 comments on commit e621000

Please sign in to comment.