diff --git a/packages/frontend/src/components/shared/template-option.tsx b/packages/frontend/src/components/shared/template-option.tsx index 52c3c743..9bb1b930 100644 --- a/packages/frontend/src/components/shared/template-option.tsx +++ b/packages/frontend/src/components/shared/template-option.tsx @@ -416,7 +416,7 @@ const createEmptyServer = (): NNTPServers[number] => ({ host: '', port: 563, ssl: true, - connections: 8, + connections: 5, }); // Decode base64 value to servers array