This commit is contained in:
rafaelss 2026-02-25 22:03:01 -08:00 committed by GitHub
commit d20ab68d3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,7 +84,9 @@ func (tr *tableRevalidation) run(tab *Table, now mclock.AbsTime) (nextTime mcloc
}
// Update nextTime regardless if any requests were started because
// current value has passed.
tab.mutex.Lock()
list.schedule(now, &tab.rand)
tab.mutex.Unlock()
}
}
reval(&tr.fast)