Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Commit

Permalink
Moar audio loading threads
Browse files Browse the repository at this point in the history
  • Loading branch information
schnapster committed Jul 15, 2017
1 parent 5ce5f64 commit 8d6b155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FredBoat/src/main/java/fredboat/audio/AbstractPlayer.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ private static void initAudioPlayerManager() {
playerManager.useRemoteNodes(Config.CONFIG.getLavaplayerNodes());
}

playerManager.setItemLoaderThreadPoolSize(100);
playerManager.setItemLoaderThreadPoolSize(500);
}
}

Expand Down

0 comments on commit 8d6b155

Please sign in to comment.