Reduce refreshrate for console
This commit is contained in:
parent
fccb466bee
commit
b837dec116
@ -65,7 +65,7 @@ public partial class OSCCollar
|
|||||||
layout["Position"].Update(new Panel(new Text(GetCoordinateSystem())));
|
layout["Position"].Update(new Panel(new Text(GetCoordinateSystem())));
|
||||||
layout["Bottom"].Update(new Text($"{_lastNilMessageSent} AvatarId: {_avatarId} Runtime: {DateTime.Now.Subtract(_programStarted)}"));
|
layout["Bottom"].Update(new Text($"{_lastNilMessageSent} AvatarId: {_avatarId} Runtime: {DateTime.Now.Subtract(_programStarted)}"));
|
||||||
displayContext.Refresh();
|
displayContext.Refresh();
|
||||||
await Task.Delay(100);
|
await Task.Delay(500);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user