We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba07a5 commit 5d06e54Copy full SHA for 5d06e54
LavalinkServer/src/main/java/lavalink/server/config/KoeConfiguration.kt
@@ -48,7 +48,7 @@ class KoeConfiguration(val serverConfig: ServerConfig) {
48
}
49
try {
50
setFramePollerFactory(UdpQueueFramePollerFactory(bufferSize, Runtime.getRuntime().availableProcessors()))
51
- } catch (e: UnsatisfiedLinkError) {
+ } catch (e: Throwable) {
52
log.warn("A minimum of GLIBC 2.25 is required to support native audio sending! "
53
+ "GC pauses may cause your bot to stutter during playback.")
54
0 commit comments