Fix lowest server port

pull/5817/head
Chocobozzz 2023-05-19 13:57:44 +02:00
parent def4ea4f38
commit be61627067
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ export class PeerTubeServer {
}
private randomServer () {
const low = 10
const low = 2500
const high = 10000
return randomInt(low, high)