aboutsummaryrefslogtreecommitdiffstats
path: root/src/constants.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/constants.rs2
1 files changed, 1 insertions, 1 deletions
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 =
8pub const DOWNLOAD_RETRIES: usize = 3; 8pub const DOWNLOAD_RETRIES: usize = 3;
9pub const DOWNLOAD_BACKOFF: Duration = Duration::from_millis(400); 9pub const DOWNLOAD_BACKOFF: Duration = Duration::from_millis(400);
10 10
11pub const DEFAULT_MAX_MEMORY_MB: u32 = 2048; 11pub const DEFAULT_MAX_MEMORY_MB: u32 = 4048;
12pub const DEFAULT_JAVA_PATH: &str = "java"; 12pub const DEFAULT_JAVA_PATH: &str = "java";
13pub const DEFAULT_VERSION: &str = "latest"; 13pub const DEFAULT_VERSION: &str = "latest";