This commit is contained in:
Liang Ding 2023-01-08 23:55:57 +08:00
parent f0750b29ca
commit 3f1cbb2d1d
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -1230,7 +1230,7 @@ func AutoFixIndex() {
var autoFixLock = sync.Mutex{}
func autoFixIndex() {
if util.IsMutexLocked(&autoFixLock) {
if util.IsMutexLocked(&autoFixLock) || isFullReindexing {
return
}