Fix lowest server port
This commit is contained in:
parent
def4ea4f38
commit
be61627067
|
@ -325,7 +325,7 @@ export class PeerTubeServer {
|
||||||
}
|
}
|
||||||
|
|
||||||
private randomServer () {
|
private randomServer () {
|
||||||
const low = 10
|
const low = 2500
|
||||||
const high = 10000
|
const high = 10000
|
||||||
|
|
||||||
return randomInt(low, high)
|
return randomInt(low, high)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user