From c67560ad4fcdc5ac417ec534c078ff5177df455e Mon Sep 17 00:00:00 2001 From: gouthamp-stellar Date: Wed, 23 Oct 2024 19:41:36 -0400 Subject: [PATCH] oops --- cmd/ingest.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/ingest.go b/cmd/ingest.go index 32dab4d..581dcf5 100644 --- a/cmd/ingest.go +++ b/cmd/ingest.go @@ -30,10 +30,10 @@ func (c *ingestCmd) Command() *cobra.Command { utils.RPCURLOption(&cfg.RPCURL), utils.StartLedgerOption(&cfg.StartLedger), utils.EndLedgerOption(&cfg.EndLedger), - utils.WebhookHandlerServiceChannelMaxBufferSizeOption(&cfg.WebhookChannelMaxBufferSize), - utils.WebhookHandlerServiceChannelMaxWorkersOptions(&cfg.WebhookChannelMaxWorkers), - utils.WebhookHandlerServiceChannelMaxRetriesOption(&cfg.WebhookChannelMaxRetries), - utils.WebhookHandlerServiceChannelMinWaitBtwnRetriesMSOption(&cfg.WebhookChannelWaitBtwnTriesMS), + utils.WebhookHandlerChannelMaxBufferSizeOption(&cfg.WebhookChannelMaxBufferSize), + utils.WebhookHandlerChannelMaxWorkersOptions(&cfg.WebhookChannelMaxWorkers), + utils.WebhookHandlerChannelMaxRetriesOption(&cfg.WebhookChannelMaxRetries), + utils.WebhookHandlerChannelMinWaitBtwnRetriesMSOption(&cfg.WebhookChannelWaitBtwnTriesMS), { Name: "ledger-cursor-name", Usage: "Name of last synced ledger cursor, used to keep track of the last ledger ingested by the service. When starting up, ingestion will resume from the ledger number stored in this record. It should be an unique name per container as different containers would overwrite the cursor value of its peers when using the same cursor name.",