Skip to content

Commit bc23993

Browse files
author
kiran-garre
committed
Removed old comment
1 parent eae59d5 commit bc23993

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

crates/chat-cli/src/cli/chat/capture.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ use crate::os::Os;
2525
// The shadow repo path that MUST be appended with a session-specific directory
2626
pub const SHADOW_REPO_DIR: &str = "/Users/kiranbug/.amazonq/captures/";
2727

28-
// The maximum size in bytes of the cwd for automatically enabling captures
29-
// Currently set to 4GB
30-
// pub const AUTOMATIC_INIT_THRESHOLD: u64 = 4_294_967_296;
31-
3228
// CURRENT APPROACH:
3329
// We only enable automatically enable checkpoints when the user is already in a git repo.
3430
// Otherwise, the user must manually enable checkpoints using `/checkpoint init`.

0 commit comments

Comments
 (0)