From b37e0ab608c85cf2539118de8d254227713fd742 Mon Sep 17 00:00:00 2001 From: upbeta Date: Wed, 13 Sep 2023 19:55:56 +0800 Subject: [PATCH 1/2] fix broken link --- site/rpc-server.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/rpc-server.markdown b/site/rpc-server.markdown index e762d345..2a4ec8b8 100644 --- a/site/rpc-server.markdown +++ b/site/rpc-server.markdown @@ -36,6 +36,6 @@ If you want to test a recent epoch you can run: $ ./tools/run-rpc-server-remote.sh 475 ``` -While this is a possible runtime scenario, for blocks this is very, very slow. We recommend downloading indexes locally but keeping the data remote for good performance. See this more as a demonstration that a fully remote use scenario is theoretically possible. More details about how to run with local indexes can be found [here](rpc-server/old-faithful-net/). +While this is a possible runtime scenario, for blocks this is very, very slow. We recommend downloading indexes locally but keeping the data remote for good performance. See this more as a demonstration that a fully remote use scenario is theoretically possible. More details about how to run with local indexes can be found [here](/rpc-server/old-faithful-ne/). New epochs are being added continuously, but the upload cadence is currently a little irregular due to pipeline development work. From 2ff3a3bdd1d70e6f3bbc6761df73de03a9fa8f88 Mon Sep 17 00:00:00 2001 From: upbeta Date: Wed, 13 Sep 2023 20:46:39 +0800 Subject: [PATCH 2/2] fix typo --- site/rpc-server.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/rpc-server.markdown b/site/rpc-server.markdown index 2a4ec8b8..4ec05f15 100644 --- a/site/rpc-server.markdown +++ b/site/rpc-server.markdown @@ -36,6 +36,6 @@ If you want to test a recent epoch you can run: $ ./tools/run-rpc-server-remote.sh 475 ``` -While this is a possible runtime scenario, for blocks this is very, very slow. We recommend downloading indexes locally but keeping the data remote for good performance. See this more as a demonstration that a fully remote use scenario is theoretically possible. More details about how to run with local indexes can be found [here](/rpc-server/old-faithful-ne/). +While this is a possible runtime scenario, for blocks this is very, very slow. We recommend downloading indexes locally but keeping the data remote for good performance. See this more as a demonstration that a fully remote use scenario is theoretically possible. More details about how to run with local indexes can be found [here](/rpc-server/old-faithful-net/). New epochs are being added continuously, but the upload cadence is currently a little irregular due to pipeline development work.