Skip to content

Release 1.8.2

Latest
Compare
Choose a tag to compare
@AlexisWilke AlexisWilke released this 07 Oct 05:22

Fixed to the Reindex feature which would timeout. So it would be impossible to generate all indexes (because restarting would start from the beginning and we would not get the last items in the indexes table.)

Also fixed the counting of index items. It was not ever set so we would always get 0. Now we do a COUNT(*) which can be really slow with Cassandra although we're in a pretty good case so it should be okay for a while.