ignore warnings and add ratelimit
This commit is contained in:
parent
b6b40e84d4
commit
5ee178069d
1 changed files with 4 additions and 11 deletions
|
@ -3,7 +3,7 @@ server: # REST and WS server
|
||||||
address: 0.0.0.0
|
address: 0.0.0.0
|
||||||
lavalink:
|
lavalink:
|
||||||
server:
|
server:
|
||||||
password: ${PASSWORD_LAVALINK}
|
password: youshallnotpass
|
||||||
sources:
|
sources:
|
||||||
youtube: true
|
youtube: true
|
||||||
bandcamp: true
|
bandcamp: true
|
||||||
|
@ -17,13 +17,9 @@ lavalink:
|
||||||
playerUpdateInterval: 5 # How frequently to send player updates to clients, in seconds
|
playerUpdateInterval: 5 # How frequently to send player updates to clients, in seconds
|
||||||
youtubeSearchEnabled: true
|
youtubeSearchEnabled: true
|
||||||
soundcloudSearchEnabled: true
|
soundcloudSearchEnabled: true
|
||||||
gc-warnings: true
|
gc-warnings: false
|
||||||
#ratelimit:
|
ratelimit:
|
||||||
#ipBlocks: ["1.0.0.0/8", "..."] # list of ip blocks
|
retryLimit: 3 # -1 = use default lavaplayer value | 0 = infinity | >0 = retry will happen this numbers times
|
||||||
#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
|
|
||||||
|
|
||||||
metrics:
|
metrics:
|
||||||
prometheus:
|
prometheus:
|
||||||
|
@ -33,9 +29,6 @@ metrics:
|
||||||
sentry:
|
sentry:
|
||||||
dsn: ""
|
dsn: ""
|
||||||
environment: ""
|
environment: ""
|
||||||
# tags:
|
|
||||||
# some_key: some_value
|
|
||||||
# another_key: another_value
|
|
||||||
|
|
||||||
logging:
|
logging:
|
||||||
file:
|
file:
|
||||||
|
|
Reference in a new issue