We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 943f2e5 commit 7e15086Copy full SHA for 7e15086
components/chainhook-sdk/src/observer/mod.rs
@@ -420,7 +420,7 @@ pub async fn start_event_observer(
420
421
let background_job_tx_mutex = Arc::new(Mutex::new(observer_commands_tx.clone()));
422
423
- let limits = Limits::default().limit("json", 4.megabytes());
+ let limits = Limits::default().limit("json", 20.megabytes());
424
let mut shutdown_config = config::Shutdown::default();
425
shutdown_config.ctrlc = false;
426
shutdown_config.grace = 0;
0 commit comments