yeehaw
This commit is contained in:
@@ -25,9 +25,11 @@ namespace GrossesMitainesAPI.Services {
|
||||
if (_needUpd) {
|
||||
_ok = UpdateCache();
|
||||
_needUpd = !_ok;
|
||||
}
|
||||
if (_hits.Count > 0 && _ok)
|
||||
}
|
||||
if (_hits.Count > 0 && _ok) {
|
||||
UpdateMetrics();
|
||||
//_needUpd = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
private bool UpdateCache() {
|
||||
|
Reference in New Issue
Block a user