]> git.parisson.com Git - teleforma.git/commitdiff
200 max sessions
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 24 Sep 2025 08:36:52 +0000 (10:36 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 24 Sep 2025 08:37:15 +0000 (10:37 +0200)
teleforma/models/core.py

index 41703fed580f8727916bee9e1d3a14e0908b6eca..189f10402deef27d552ced592693da1ab89663eb 100644 (file)
@@ -69,7 +69,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(100)
+session_choices = get_n_choices(200)
 server_choices = [('icecast', 'icecast'), ('stream-m', 'stream-m')]
 streaming_choices = [('mp3', 'mp3'), ('ogg', 'ogg'), ('webm', 'webm'), ('mp4', 'mp4')]
 mimetypes.add_type('video/webm','.webm')