-
Notifications
You must be signed in to change notification settings - Fork 0
/
lavalink_config.yml
42 lines (37 loc) · 1.31 KB
/
lavalink_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
server: # REST and WS server
port: 2333
address: 0.0.0.0
lavalink:
server:
password: "youshallnotpass"
soundcloudSearchEnabled: false
youtubeSearchEnabled: false
sources:
youtube: false
bandcamp: false
soundcloud: false
twitch: false
vimeo: false
local: false
http: true
#ratelimit:
#ipBlocks: ["1.0.0.0/8", "..."] # list of ip blocks
#excludedIps: ["...", "..."] # ips which should be explicit excluded from usage by lavalink
#strategy: "RotateOnBan" # RotateOnBan | LoadBalance | NanoSwitch | RotatingNanoSwitch
#searchTriggersFail: true # Whether a search 429 should trigger marking the ip as failing
#retryLimit: -1 # -1 = use default lavaplayer value | 0 = infinity | >0 = retry will happen this numbers times
bufferDurationMs: 400 # The duration of the NAS buffer. Higher values fare better against longer GC pauses
frameBufferDurationMs: 5000 # How many milliseconds of audio to keep buffered
playerUpdateInterval: 5 # How frequently to send player updates to clients, in seconds
gc-warnings: true
plugins:
- dependency: "com.dunctebot:tts-plugin:1.0.1"
repository: "https://jitpack.io"
logging:
file:
max-history: 30
max-size: 1GB
path: ./logs/
level:
root: INFO
lavalink: INFO