Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: disable history archive for new user and add advanced setting #14547

Merged
merged 1 commit into from May 1, 2024

Conversation

jrainville
Copy link
Member

Fixes #14534

image

image

@status-im-auto
Copy link
Member

status-im-auto commented Apr 29, 2024

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 1f1187e #1 2024-04-29 20:49:58 ~6 min macos/aarch64 🍎dmg
✔️ 1f1187e #1 2024-04-29 20:50:26 ~6 min tests/nim 📄log
✔️ 1f1187e #1 2024-04-29 20:53:53 ~10 min macos/x86_64 🍎dmg
✔️ 1f1187e #1 2024-04-29 20:55:24 ~11 min tests/ui 📄log
✔️ 1f1187e #1 2024-04-29 20:59:56 ~16 min linux/x86_64 📦tgz
✔️ 1f1187e #1 2024-04-29 21:07:46 ~24 min windows/x86_64 💿exe
✔️ c6188b7 #2 2024-04-30 17:48:11 ~4 min macos/aarch64 🍎dmg
✔️ c6188b7 #2 2024-04-30 17:50:14 ~6 min tests/nim 📄log
✔️ c6188b7 #2 2024-04-30 17:51:46 ~8 min macos/x86_64 🍎dmg
✔️ c6188b7 #2 2024-04-30 17:55:09 ~11 min tests/ui 📄log
✔️ c6188b7 #2 2024-04-30 18:00:27 ~16 min linux/x86_64 📦tgz
✔️ c6188b7 #2 2024-04-30 18:06:50 ~23 min windows/x86_64 💿exe

@@ -264,7 +264,7 @@ var NODE_CONFIG* = %* {
},
"Networks": NETWORKS,
"TorrentConfig": {
"Enabled": true,
"Enabled": false,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should also change default value here:

torrentConfigEnabled: some(true),

But that's only in master branch

@jrainville jrainville merged commit 1dfc5de into release/2.28.x May 1, 2024
7 of 8 checks passed
@jrainville jrainville deleted the chore/disable-archive branch May 1, 2024 13:18
@jrainville jrainville linked an issue May 1, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable Community Archive Protocol
4 participants