mirror of
https://github.com/chylex/Minecraft-Phantom-Panel.git
synced 2025-04-29 12:34:09 +02:00
Increase Agent buffer size for instance logs
This commit is contained in:
parent
9fcc3c53fc
commit
c1cbb848a9
@ -8,7 +8,7 @@ using Phantom.Utils.Tasks;
|
|||||||
namespace Phantom.Agent.Services.Instances.State;
|
namespace Phantom.Agent.Services.Instances.State;
|
||||||
|
|
||||||
sealed class InstanceLogSender : CancellableBackgroundTask {
|
sealed class InstanceLogSender : CancellableBackgroundTask {
|
||||||
private static readonly BoundedChannelOptions BufferOptions = new (capacity: 64) {
|
private static readonly BoundedChannelOptions BufferOptions = new (capacity: 100) {
|
||||||
SingleReader = true,
|
SingleReader = true,
|
||||||
SingleWriter = true,
|
SingleWriter = true,
|
||||||
FullMode = BoundedChannelFullMode.DropNewest
|
FullMode = BoundedChannelFullMode.DropNewest
|
||||||
|
Loading…
Reference in New Issue
Block a user