mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-15 02:42:38 +00:00
bump up recursion limits by a lot
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#![recursion_limit = "256"]
|
||||
#![recursion_limit = "1024"]
|
||||
//! This crate contains a HTTP server which serves the endpoints listed here:
|
||||
//!
|
||||
//! https://github.com/ethereum/beacon-APIs
|
||||
|
||||
Reference in New Issue
Block a user