Notes update

This commit is contained in:
Aaron Suen 2021-08-04 22:58:29 -04:00
parent d8b29d047f
commit ea51b81c39

View File

@ -9,6 +9,14 @@ ISSUES-CODE: Issues related to code quality and APIs
# # # # # # # # # # # #
#### # #### # ###### ###### # # ####
- DNT API efficiencies:
- Store next-run time in DNTs instead of countdown
- Metadata handling similar to soaking reforms
- Generational caching of DNT data
- Dirty checking, avoid excessive writes
- Convert more things to autostart DNTs?
- Make door operation bredth-first queue-recursive for consistent
operation and addressing timing conflicts.