]> git.parisson.com Git - teleforma.git/commitdiff
100 max sessions tc202-v1
authoryomguy <yomguy@parisson.com>
Wed, 14 Jul 2021 08:03:44 +0000 (10:03 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 14 Jul 2021 08:08:11 +0000 (10:08 +0200)
teleforma/models/core.py

index fe5121044afb34e246629cb97d5f476b3b8ccdff..e1ab06baaf1a643ccbc06ecdcbc51015af29e0db 100644 (file)
@@ -67,7 +67,7 @@ def get_n_choices(n):
 def get_nint_choices(n):
     return [(x, y) for x in range(1, n) for y in range(1, n) if x == y]
 
-session_choices = get_n_choices(21)
+session_choices = get_n_choices(100)
 server_choices = [('icecast', 'icecast'), ('stream-m', 'stream-m')]
 streaming_choices = [('mp3', 'mp3'), ('ogg', 'ogg'), ('webm', 'webm'), ('mp4', 'mp4')]
 mimetypes.add_type('video/webm','.webm')