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

[BUG] Cloning a profile doesn't copy all values from the Performance tab #115

Open
Napster653 opened this issue Jun 12, 2023 · 2 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@Napster653
Copy link

Describe the bug
Original profile:
image

I clone that profile and I get this:
image

Some fields don't match

OS Version (required):

  • OS: Windows Server 2022 Datacenter 21H2
  • FASTER Version 1.8f
@Foxlider Foxlider self-assigned this Aug 2, 2023
@Foxlider Foxlider added the bug Something isn't working label Aug 2, 2023
@Foxlider
Copy link
Owner

Foxlider commented Aug 2, 2023

Cloning a profile does not clone the Performance preset and defaults to one of the preset. I should look into it and fix

@jupster
Copy link
Collaborator

jupster commented Mar 4, 2024

It seems it someone is using custom prior to copying they will get default custom

[XmlIgnore]
public string PerfPreset
{
get => "Custom";
set
{
MaxMsgSend = 256;
MaxSizeGuaranteed = 512;
MaxSizeNonGuaranteed = 256;
MinErrorToSend = 0.001;
MinErrorToSendNear = 0.01;
MaxPacketSize = 1400;
MaxCustomFileSize = 160;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants