Skip to content

feat: detect stabilization of connected peers during warmup period#5073

Closed
gacevicljubisa wants to merge 10 commits intomasterfrom
warmup-time
Closed

feat: detect stabilization of connected peers during warmup period#5073
gacevicljubisa wants to merge 10 commits intomasterfrom
warmup-time

Conversation

@gacevicljubisa
Copy link
Member

Checklist

  • I have read the coding guide.
  • My change requires a documentation update, and I have done it.
  • I have added tests to cover my changes.
  • I have filled out the description and linked the related issues.

Description

Open API Spec Version Changes (if applicable)

Motivation and Context (Optional)

Related Issue (Optional)

Screenshots (if appropriate):

@gacevicljubisa gacevicljubisa requested a review from Copilot April 10, 2025 13:15
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 23 out of 24 changed files in this pull request and generated 2 comments.

Files not reviewed (1)
  • go.mod: Language not supported

hdr := &tar.Header{
Name: filePath,
Mode: 0600,
Mode: 0o600,
Copy link

Copilot AI Apr 10, 2025

Choose a reason for hiding this comment

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

The octal literal '0o600' is non-standard in Go; please use '0600' to ensure compatibility.

Suggested change
Mode: 0o600,
Mode: 0600,

Copilot uses AI. Check for mistakes.
hdr := &tar.Header{
Name: "empty/",
Mode: 0600,
Mode: 0o600,
Copy link

Copilot AI Apr 10, 2025

Choose a reason for hiding this comment

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

The octal literal '0o600' is non-standard in Go; please use '0600' to ensure compatibility.

Suggested change
Mode: 0o600,
Mode: 0600,

Copilot uses AI. Check for mistakes.
@gacevicljubisa gacevicljubisa deleted the warmup-time branch June 12, 2025 14:32
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.

2 participants