performance improvements for SearchInfo

This commit is contained in:
Rhet Turnbull
2020-05-29 20:30:20 -07:00
parent 2243395bff
commit fd71b13c77
2 changed files with 31 additions and 18 deletions

View File

@@ -18,7 +18,7 @@ _PHOTOS_3_VERSION = "3301"
# versions 5.0 and later have a different database structure
_PHOTOS_4_VERSION = "4025" # latest Mojove version on 10.14.6
_PHOTOS_5_VERSION = "6000" # seems to be current on 10.15.1 through 10.15.4
_PHOTOS_5_VERSION = "6000" # seems to be current on 10.15.1 through 10.15.5
# which major version operating systems have been tested
_TESTED_OS_VERSIONS = ["12", "13", "14", "15"]