From e7b31c5bb23f59deff6e4f124a02296cb2f0fc6e Mon Sep 17 00:00:00 2001 From: Brice Dobry Date: Thu, 10 Oct 2024 15:14:19 -0400 Subject: [PATCH] fix: updates to additional config examples --- .../setting-up-a-primary-post-nakamoto-testnet-node.md | 4 ---- reference/stacks-node-configuration.md | 1 - 2 files changed, 5 deletions(-) diff --git a/nakamoto-upgrade/nakamoto-activation-guide-for-signers/setting-up-a-primary-post-nakamoto-testnet-node.md b/nakamoto-upgrade/nakamoto-activation-guide-for-signers/setting-up-a-primary-post-nakamoto-testnet-node.md index 010daa87c3..eb62f9135c 100644 --- a/nakamoto-upgrade/nakamoto-activation-guide-for-signers/setting-up-a-primary-post-nakamoto-testnet-node.md +++ b/nakamoto-upgrade/nakamoto-activation-guide-for-signers/setting-up-a-primary-post-nakamoto-testnet-node.md @@ -51,8 +51,6 @@ auth_token = "12345" [[events_observer]] endpoint = "0.0.0.0.0:30000" -retry_count = 255 -include_data_events = false events_keys = ["stackerdb", "block_proposal", "burn_blocks"] [[ustx_balance]] @@ -148,8 +146,6 @@ pox_reward_length = 900 [[events_observer]] endpoint = "0.0.0.0.0:30000" -retry_count = 255 -include_data_events = false events_keys = ["stackerdb", "block_proposal", "burn_blocks"] # Set your auth token, which the signer uses diff --git a/reference/stacks-node-configuration.md b/reference/stacks-node-configuration.md index 856414862f..b50f0d1c52 100644 --- a/reference/stacks-node-configuration.md +++ b/reference/stacks-node-configuration.md @@ -144,6 +144,5 @@ peer_port = 8333 [[events_observer]] endpoint = "localhost:3700" -retry_count = 255 events_keys = ["*"] ```