mirror of
https://github.com/WowUp/WowUp.git
synced 2026-06-20 11:38:59 -04:00
Up cache time for wowup version check.
This commit is contained in:
@@ -218,7 +218,7 @@ namespace WowUp.WPF.Services
|
||||
return await _cacheService.GetCache(LatestVersionCacheKey, async () =>
|
||||
{
|
||||
return await _wowUpApiService.GetLatestVersion();
|
||||
}, 5);
|
||||
});
|
||||
}
|
||||
|
||||
public async Task<LatestVersion> GetLatestClientVersion()
|
||||
|
||||
Reference in New Issue
Block a user