edit description of issue 95a8190f4bbdcafbb4c72db81dfc2aa6

This commit is contained in:
Sebastian Kuzminsky 2025-07-19 20:34:45 -06:00
parent 122bd1c698
commit 7e7c0f621a

View file

@ -1,3 +1,5 @@
lazy read of DB lazy read of DB
when running `list` don't load the entire object, instead only load the relevant metadata used to display in the list when running `list` don't load the entire object, instead only load the relevant metadata used to display in the list
Similarly, when running e.g. `ent show ISSUE_ID`, don't load the other issues.