diff options
Diffstat (limited to 'src/constants.rs')
| -rw-r--r-- | src/constants.rs | 2 |
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 = | |||
| 8 | pub const DOWNLOAD_RETRIES: usize = 3; | 8 | pub const DOWNLOAD_RETRIES: usize = 3; |
| 9 | pub const DOWNLOAD_BACKOFF: Duration = Duration::from_millis(400); | 9 | pub const DOWNLOAD_BACKOFF: Duration = Duration::from_millis(400); |
| 10 | 10 | ||
| 11 | pub const DEFAULT_MAX_MEMORY_MB: u32 = 2048; | 11 | pub const DEFAULT_MAX_MEMORY_MB: u32 = 4048; |
| 12 | pub const DEFAULT_JAVA_PATH: &str = "java"; | 12 | pub const DEFAULT_JAVA_PATH: &str = "java"; |
| 13 | pub const DEFAULT_VERSION: &str = "latest"; | 13 | pub const DEFAULT_VERSION: &str = "latest"; |
