item service: always use last known price, and queue price updates instead

This commit is contained in:
Adam
2018-02-16 23:28:03 -05:00
parent 4bcfdc5360
commit 77a3f48627
4 changed files with 51 additions and 15 deletions

View File

@@ -34,11 +34,13 @@ import org.junit.Test;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.Bean;
import org.springframework.scheduling.annotation.EnableScheduling;
import org.sql2o.Sql2o;
import org.sql2o.converters.Converter;
import org.sql2o.quirks.NoQuirks;
@SpringBootApplication
@EnableScheduling
public class SpringBootWebApplicationTest
{
@Bean("Runelite SQL2O")