mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
Enable sandbox by default
This commit is contained in:
+1
-1
@@ -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