File tree Expand file tree Collapse file tree
src/ES.Kubernetes.Reflector Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ protected override async Task ExecuteAsync(CancellationToken stoppingToken)
3131 CancellationTokenSource . CreateLinkedTokenSource ( stoppingToken , absoluteTimeoutCts . Token ) ;
3232 var cancellationToken = cancellationCts . Token ;
3333
34- var eventChannel = Channel . CreateBounded < WatcherEvent > ( new BoundedChannelOptions ( 256 )
34+ var eventChannel = Channel . CreateBounded < WatcherEvent > ( new BoundedChannelOptions ( 1024 )
3535 {
3636 FullMode = BoundedChannelFullMode . Wait
3737 } ) ;
Original file line number Diff line number Diff line change 33 "Using" : [ " Serilog.Sinks.Seq" ],
44 "LevelSwitches" : { "$consoleLevelSwitch" : " Verbose" },
55 "MinimumLevel" : {
6- "Default" : " Verbose " ,
6+ "Default" : " Information " ,
77 "Override" : {
88 "Microsoft" : " Information" ,
99 "System.Net.Http" : " Warning" ,
1010 "Polly" : " Warning" ,
1111 "Microsoft.Hosting.Lifetime" : " Information" ,
1212 "Microsoft.AspNetCore" : " Warning" ,
1313 "Microsoft.AspNetCore.DataProtection" : " Error" ,
14- "ES.FX" : " Information" ,
15- "ES.Kubernetes.Reflector" : " Information"
14+ "ES.FX" : " Information"
1615 }
1716 },
1817 "WriteTo" : [
You can’t perform that action at this time.
0 commit comments