This commit is contained in:
2026-04-18 23:40:49 +02:00
parent 54d4d8b18a
commit ed490a96f6
7 changed files with 295 additions and 2 deletions

View File

@@ -373,6 +373,7 @@ mod tests {
)),
log_filter: std::string::String::from("info"),
bootstrap_database: true,
listener_max_ticks: 3,
listener_poll_interval_ms: 1000,
enable_ws_slot_subscribe: true,
enable_ws_logs_subscribe: true,
@@ -500,6 +501,7 @@ WHERE id = ?1;
yellowstone_grpc_url: None,
log_filter: "info".into(),
bootstrap_database: false,
listener_max_ticks: 3,
listener_poll_interval_ms: 1000,
enable_ws_slot_subscribe: true,
enable_ws_logs_subscribe: true,