mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Removed .Top() call in log display systems
The virtualization systems invoked by the Top() call seem to have a bug in them when handling duplicate entries (at least on the list-side). Removing it until it can be investigated further and fixed.
This commit is contained in:
parent
23a2f5e50f
commit
5c62038341
@ -46,7 +46,6 @@ namespace Wabbajack
|
||||
.Where(l => l.Count > 0)
|
||||
.ObserveOn(RxApp.MainThreadScheduler)
|
||||
.FlattenBufferResult()
|
||||
.Top(5000)
|
||||
.Bind(Log)
|
||||
.Subscribe()
|
||||
.DisposeWith(CompositeDisposable);
|
||||
|
Loading…
Reference in New Issue
Block a user