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.