From a393e0a2f2c3678a3ea869dc1417fa269f2b1040 Mon Sep 17 00:00:00 2001 From: Filip Wandzio Date: Sat, 24 Jan 2026 08:29:14 +0100 Subject: Resolve audio not loading bug Ensure all assets are downloading for each version Temporarily disable minecraft versions older than 1.8 because of the asset/manifest loading issues Implement basic documentation of modules Implement basic async/multithreading for downloading assets --- src/constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/constants.rs') diff --git a/src/constants.rs b/src/constants.rs index 52833b2..3234fe6 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -8,6 +8,6 @@ pub const VERSION_MANIFEST_URL: &str = pub const DOWNLOAD_RETRIES: usize = 3; pub const DOWNLOAD_BACKOFF: Duration = Duration::from_millis(400); -pub const DEFAULT_MAX_MEMORY_MB: u32 = 2048; +pub const DEFAULT_MAX_MEMORY_MB: u32 = 4048; pub const DEFAULT_JAVA_PATH: &str = "java"; pub const DEFAULT_VERSION: &str = "latest"; -- cgit v1.2.3