diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index b71a494f9..bcf727d82 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -262,7 +262,7 @@ live: | |||
262 | 262 | ||
263 | # Limit lives duration | 263 | # Limit lives duration |
264 | # Set null to disable duration limit | 264 | # Set null to disable duration limit |
265 | max_duration: null # For example: '5 hours' | 265 | max_duration: -1 # For example: '5 hours' |
266 | 266 | ||
267 | # Limit max number of live videos created on your instance | 267 | # Limit max number of live videos created on your instance |
268 | # -1 == unlimited | 268 | # -1 == unlimited |