We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2581487 commit 3c7edddCopy full SHA for 3c7eddd
1 file changed
a3s-observer-common/src/lib.rs
@@ -11,7 +11,7 @@
11
/// Up to `ARGV_SLOTS` arguments, each truncated to `ARG_LEN` bytes, are captured per exec —
12
/// the args carry the agent's intent (`curl <url>`, `sh -c "<cmd>"`), not just the binary.
13
pub const ARGV_SLOTS: usize = 12;
14
-pub const ARG_LEN: usize = 64;
+pub const ARG_LEN: usize = 128;
15
16
#[repr(C)]
17
#[derive(Clone, Copy)]
0 commit comments