We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c227d commit 95cecc3Copy full SHA for 95cecc3
src/config.rs
@@ -3,7 +3,7 @@ use std::path::PathBuf;
3
const DEFAULT_PORT: u16 = 8080;
4
const DEFAULT_SESSION_TTL: u64 = 7200;
5
const DEFAULT_MAX_CONCURRENT: usize = 8;
6
-const DEFAULT_CLONE_TIMEOUT: u64 = 180;
+const DEFAULT_CLONE_TIMEOUT: u64 = 600;
7
const DEFAULT_AGENT_TIMEOUT: u64 = 600;
8
const DEFAULT_TEST_TIMEOUT: u64 = 300;
9
const DEFAULT_MAX_ARCHIVE_BYTES: usize = 500 * 1024 * 1024;
0 commit comments