Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
fix: increased default history size
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbegby committed Sep 12, 2023
1 parent 0850d9b commit 85e27af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ module.exports.playerOptions = {
leaveOnStopCooldown: 1_800_000,
defaultVolume: 50,
maxQueueSize: 10_000,
maxHistorySize: 100,
maxHistorySize: 1_000,
bufferingTimeout: 3_000,
connectionTimeout: 20_000,
progressBar: {
Expand Down

0 comments on commit 85e27af

Please sign in to comment.