Skip to content

Headless - Clean up transfer logic#11165

Merged
PabstMirror merged 1 commit intomasterfrom
headless-transfergroups-refactor
Dec 13, 2025
Merged

Headless - Clean up transfer logic#11165
PabstMirror merged 1 commit intomasterfrom
headless-transfergroups-refactor

Conversation

@johnb432
Copy link
Contributor

When merged this pull request will:

IMPORTANT

  • If the contribution affects the documentation, please include your changes in this pull request so the documentation will appear on the website.
  • Development Guidelines are read, understood and applied.
  • Title of this PR uses our standard template Component - Add|Fix|Improve|Change|Make|Remove {changes}.
@johnb432 johnb432 added the kind/optimization Release Notes: **IMPROVED:** label Dec 12, 2025
_numTransferredTotal = _numTransferredTotal + _x;
} forEach _numTransferred;

INFO_2("Groups Transferred: Total: %1 - per HC: %2",_numTransferredTotal,_numTransferred);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not sure if this is sufficient or if I should format the array into a cleaner string.

Copy link
Contributor

Choose a reason for hiding this comment

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

I think it's fine, the HC order should be random (I think based on connection order?)
So I don't think there's much meaning full info to print

@PabstMirror PabstMirror added this to the 3.20.2 milestone Dec 13, 2025
@PabstMirror PabstMirror merged commit 1351fb7 into master Dec 13, 2025
3 checks passed
@PabstMirror PabstMirror deleted the headless-transfergroups-refactor branch December 13, 2025 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/optimization Release Notes: **IMPROVED:**

3 participants