mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
do not use long cache provider
This commit is contained in:
parent
ecc5032bb2
commit
560c1c3dc0
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ namespace BTCPayServer.Services.Rates
|
||||||
if (cache == null)
|
if (cache == null)
|
||||||
throw new ArgumentNullException(nameof(cache));
|
throw new ArgumentNullException(nameof(cache));
|
||||||
_Cache = cache;
|
_Cache = cache;
|
||||||
|
// Using same providers because they are both at 15 min actually...
|
||||||
|
_Providers = _LongCacheProviders;
|
||||||
}
|
}
|
||||||
|
|
||||||
public IRateProvider RateProvider { get; set; }
|
public IRateProvider RateProvider { get; set; }
|
||||||
|
|
Loading…
Add table
Reference in a new issue