summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wasm-interpreter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-interpreter.h b/src/wasm-interpreter.h
index 8d7e1c5ae..918b65f02 100644
--- a/src/wasm-interpreter.h
+++ b/src/wasm-interpreter.h
@@ -27,7 +27,7 @@ int32_t safe_ctz(int32_t v) {
enum {
pageSize = 64*1024,
- maxCallDepth = 5000
+ maxCallDepth = 250
};
//