partial fix/optimisation for refimgs, only recalc if file is newer than when we build the refimg encoding

This commit is contained in:
2021-01-23 21:21:29 +11:00
parent 6f2175c973
commit 469745ce3b
4 changed files with 14 additions and 4 deletions

2
BUGs
View File

@@ -1,6 +1,6 @@
### Next: 15
BUG-11: Ai ref img jobs are not able to be "re-run"
- only need to calc refimgs once (so timestamp in refimg and check it)
DONE - only need to calc refimgs once (so timestamp in refimg and check it)
- if we re-run a process AI job and no file changes, then don't process (as above)
- if we do see a new file/updated file, should delete all FPLs then insert new
-- probably should insert new into a file.people.append(...), rather than FPL direct