Store changes on file_change table as vector.

This commit is contained in:
Andrey Antukh 2021-12-30 16:02:06 +01:00
parent bf66b81702
commit 36016ad9ef

View file

@ -312,6 +312,8 @@
(mapcat :changes changes-with-metadata)
changes)
changes (vec changes)
;; Trace the number of changes processed
_ ((::mtx/fn mtx1) {:by (count changes)})