This commit is contained in:
rafaelss 2026-05-22 15:16:17 +09:00 committed by GitHub
commit ae31731123
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)