Reduce refreshrate for console

This commit is contained in:
Glax 2024-01-04 20:03:02 +01:00
parent fccb466bee
commit b837dec116

View File

@ -65,7 +65,7 @@ public partial class OSCCollar
layout["Position"].Update(new Panel(new Text(GetCoordinateSystem())));
layout["Bottom"].Update(new Text($"{_lastNilMessageSent} AvatarId: {_avatarId} Runtime: {DateTime.Now.Subtract(_programStarted)}"));
displayContext.Refresh();
await Task.Delay(100);
await Task.Delay(500);
}
});
}