Enable sandbox by default

This commit is contained in:
Illia Polosukhin
2026-02-05 00:39:20 -08:00
parent aec42aceda
commit 3d37160940
+1 -1
View File
@@ -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,