fix chartdata caching. Fixes EMA values always the same
This commit is contained in:
parent
8952882907
commit
ba26734bbd
src/main/java/nl/komtek/gpi/services
|
@ -154,7 +154,7 @@ public class GunbotProxyService {
|
|||
}
|
||||
}
|
||||
|
||||
@Cacheable(value = "chartData", key = "#currencyPair")
|
||||
@Cacheable(value = "chartData", key = "#currencyPair+#start")
|
||||
public String getChartData(String currencyPair, String start, long period) {
|
||||
|
||||
long startLong = 0;
|
||||
|
|
Loading…
Reference in New Issue