mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-18 21:15:16 +02:00
6 lines
175 B
Python
6 lines
175 B
Python
"""Shared bounds and defaults for podcast target duration."""
|
|
|
|
MAX_DURATION_SECONDS = 24 * 60 * 60
|
|
MIN_DURATION_SECONDS = 15
|
|
DEFAULT_MIN_SECONDS = 20
|
|
DEFAULT_MAX_SECONDS = 30
|