From 84227afb60b401bd66580ca26bf58b6071ec55f8 Mon Sep 17 00:00:00 2001 From: tamirms Date: Mon, 14 Oct 2024 21:55:53 +0100 Subject: [PATCH] fix links --- services/horizon/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/horizon/CHANGELOG.md b/services/horizon/CHANGELOG.md index 3f89c08f4b..3688551654 100644 --- a/services/horizon/CHANGELOG.md +++ b/services/horizon/CHANGELOG.md @@ -30,7 +30,7 @@ file. This project adheres to [Semantic Versioning](http://semver.org/). - Fixed the `error` field nested in the `extras` field in the response of the async transaction submission endpoint `POST /transactions_async`. ([5440](https://github.com/stellar/go/issues/5440)) -- Improved performance of requests which query the lower boundary of horizon's history when running a horizon instance with the `--history-retention-count` flag. ([5410](https://github.com/stellar/go/pull/5410), (5448)[https://github.com/stellar/go/pull/5448], (5465)[https://github.com/stellar/go/pull/5465]) +- Improved performance of requests which query the lower boundary of horizon's history when running a horizon instance with the `--history-retention-count` flag. ([5410](https://github.com/stellar/go/pull/5410), [5448](https://github.com/stellar/go/pull/5448), [5465](https://github.com/stellar/go/pull/5465)) - Improve performance of ingestion when running horizon with the `--history-retention-count` flag by executing reaping of history lookup tables concurrently with ingestion ([5405](https://github.com/stellar/go/pull/5405)).