Skip to content

Commit

Permalink
chore: remove unused 'URL_SNAPSHOT_MANIFEST' aggregator configuration…
Browse files Browse the repository at this point in the history
… option
  • Loading branch information
jpraynaud committed Dec 19, 2024
1 parent 6dd3139 commit db6d809
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions mithril-test-lab/mithril-devnet/mkfiles/mkfiles-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ cat >> docker-compose.yaml <<EOF
- PROTOCOL_PARAMETERS__M=100
- PROTOCOL_PARAMETERS__PHI_F=0.65
- RUN_INTERVAL=1000
- URL_SNAPSHOT_MANIFEST=
- SNAPSHOT_STORE_TYPE=local
- SNAPSHOT_UPLOADER_TYPE=local
- SNAPSHOT_COMPRESSION_ALGORITHM=zstandard
Expand Down Expand Up @@ -163,7 +162,6 @@ cat >> docker-compose.yaml <<EOF
- PROTOCOL_PARAMETERS__M=100
- PROTOCOL_PARAMETERS__PHI_F=0.65
- RUN_INTERVAL=1000
- URL_SNAPSHOT_MANIFEST=
- SNAPSHOT_STORE_TYPE=local
- SNAPSHOT_UPLOADER_TYPE=local
- DATA_STORES_DIRECTORY=/data/mithril/aggregator/stores
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ impl Aggregator {
("RUN_INTERVAL", &mithril_run_interval),
("SERVER_IP", "0.0.0.0"),
("SERVER_PORT", &server_port_parameter),
("URL_SNAPSHOT_MANIFEST", ""),
("SNAPSHOT_STORE_TYPE", "local"),
("SNAPSHOT_UPLOADER_TYPE", "local"),
(
Expand Down

0 comments on commit db6d809

Please sign in to comment.