mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
chore: set default connections to 5
This commit is contained in:
@@ -416,7 +416,7 @@ const createEmptyServer = (): NNTPServers[number] => ({
|
||||
host: '',
|
||||
port: 563,
|
||||
ssl: true,
|
||||
connections: 8,
|
||||
connections: 5,
|
||||
});
|
||||
|
||||
// Decode base64 value to servers array
|
||||
|
||||
Reference in New Issue
Block a user