mirror of
https://github.com/nearai/ironclaw.git
synced 2026-09-03 08:06:01 +08:00
Enable sandbox by default
This commit is contained in:
@@ -716,7 +716,7 @@ pub struct SandboxModeConfig {
|
||||
impl Default for SandboxModeConfig {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
enabled: false, // Disabled by default
|
||||
enabled: true, // Enabled by default
|
||||
policy: "readonly".to_string(),
|
||||
timeout_secs: 120,
|
||||
memory_limit_mb: 2048,
|
||||
|
||||
Reference in New Issue
Block a user