From 282fdb96ea6aa9c716e51eff40b04aab470737bb Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Tue, 15 Apr 2025 13:41:47 +1000 Subject: [PATCH] chore: fixup changelog for latest releases (#8788) Signed-off-by: Thomas Eizinger Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- website/src/components/Changelog/GUI.tsx | 6 +++--- website/src/components/Changelog/Gateway.tsx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/src/components/Changelog/GUI.tsx b/website/src/components/Changelog/GUI.tsx index 0a9478ac9..bff66be56 100644 --- a/website/src/components/Changelog/GUI.tsx +++ b/website/src/components/Changelog/GUI.tsx @@ -15,6 +15,9 @@ export default function GUI({ os }: { os: OS }) { high load. )} + + Improves performance by moving UDP sockets to a dedicated thread. + {os === OS.Windows && ( @@ -27,9 +30,6 @@ export default function GUI({ os }: { os: OS }) { Applies the search domain configured in the admin portal, if any. )} - - Improves performance by moving UDP sockets to a dedicated thread. - diff --git a/website/src/components/Changelog/Gateway.tsx b/website/src/components/Changelog/Gateway.tsx index a7260890e..859b987db 100644 --- a/website/src/components/Changelog/Gateway.tsx +++ b/website/src/components/Changelog/Gateway.tsx @@ -31,8 +31,8 @@ export default function Gateway() { high load. - Improves performance by defaulting to only 1 TUN thread on single-core - systems. + Improves performance on single-core systems by defaulting to only + 1 TUN thread if we have less than 4 cores. Improves performance by moving UDP sockets to a dedicated thread.