]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix lowest server port
authorChocobozzz <me@florianbigard.com>
Fri, 19 May 2023 11:57:44 +0000 (13:57 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 19 May 2023 11:57:44 +0000 (13:57 +0200)
shared/server-commands/server/server.ts

index 598b7beed65ef73237b7fa6d110b54e2790b7214..66b7ff09d2702733423583fcdcbdca6cbf716612 100644 (file)
@@ -325,7 +325,7 @@ export class PeerTubeServer {
   }
 
   private randomServer () {
-    const low = 10
+    const low = 2500
     const high = 10000
 
     return randomInt(low, high)