bingobot/config.yaml

22 lines
632 B
YAML
Raw Permalink Normal View History

2024-11-06 13:32:37 -08:00
log_file: "bingobot.log"
log_dir: "log"
log_max_size_mb: 500
log_max_backups: 3
log_max_age_days: 365
log_compression: false
# how long (in seconds) a user needs to be in vc
# in order to generate a UserActive event
voice_activity_threshold_seconds: 600
# how long (in milliseconds) a voice activity timer sleeps at a time between
# context cancellation checks.
# a higher value means the function sleeps longer which could be
# useful for some reason in the future
# a higher value also means that the timer could take longer to cancel.
# current recommended value is 1000ms.
voice_activity_timer_sleep_interval_millis: 1000