-
Notifications
You must be signed in to change notification settings - Fork 503
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ingest: Allow enabling Captive Core's fast HTTP server (#5586)
- Loading branch information
Showing
7 changed files
with
147 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Generated file, do not edit | ||
BUCKETLIST_DB_INDEX_PAGE_SIZE_EXPONENT = 12 | ||
DATABASE = "sqlite3://stellar.db" | ||
DEPRECATED_SQL_LEDGER_STATE = false | ||
FAILURE_SAFETY = -1 | ||
HTTP_PORT = 11626 | ||
HTTP_QUERY_PORT = 11628 | ||
LOG_FILE_PATH = "" | ||
NETWORK_PASSPHRASE = "Public Global Stellar Network ; September 2015" | ||
QUERY_SNAPSHOT_LEDGERS = 2 | ||
QUERY_THREAD_POOL_SIZE = 4 | ||
|
||
[[HOME_DOMAINS]] | ||
HOME_DOMAIN = "testnet.stellar.org" | ||
QUALITY = "MEDIUM" | ||
|
||
[[VALIDATORS]] | ||
ADDRESS = "localhost:123" | ||
HOME_DOMAIN = "testnet.stellar.org" | ||
NAME = "sdf_testnet_1" | ||
PUBLIC_KEY = "GDKXE2OZMJIPOSLNA6N6F2BVCI3O777I2OOC4BV7VOYUEHYX7RTRYA7Y" | ||
|
||
[HISTORY.h0] | ||
get = "curl -sf http://localhost:1170/{0} -o {1}" |
14 changes: 14 additions & 0 deletions
14
ingest/ledgerbackend/testdata/sample-appendix-query-params.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# parameters to enable Captive Core's high-performance HTTP server | ||
HTTP_QUERY_PORT=11628 | ||
QUERY_THREAD_POOL_SIZE=4 | ||
QUERY_SNAPSHOT_LEDGERS=2 | ||
|
||
[[HOME_DOMAINS]] | ||
HOME_DOMAIN="testnet.stellar.org" | ||
QUALITY="MEDIUM" | ||
|
||
[[VALIDATORS]] | ||
NAME="sdf_testnet_1" | ||
HOME_DOMAIN="testnet.stellar.org" | ||
PUBLIC_KEY="GDKXE2OZMJIPOSLNA6N6F2BVCI3O777I2OOC4BV7VOYUEHYX7RTRYA7Y" | ||
ADDRESS="localhost:123" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters