Skip to content

Commit

Permalink
Increase recursion limit in deltachat-jsonrpc-server
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed May 15, 2024
1 parent b326895 commit 5b3424f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deltachat-jsonrpc/src/webserver.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![recursion_limit = "256"]
use std::net::SocketAddr;
use std::path::PathBuf;

Expand Down

0 comments on commit 5b3424f

Please sign in to comment.