http-service: change item price cache to 30 minutes
This commit is contained in:
@@ -251,7 +251,7 @@ public class ItemService
|
||||
|
||||
return ResponseEntity.ok()
|
||||
.header(RUNELITE_CACHE, hit ? "HIT" : "MISS")
|
||||
.cacheControl(CacheControl.maxAge(30, TimeUnit.SECONDS))
|
||||
.cacheControl(CacheControl.maxAge(30, TimeUnit.MINUTES))
|
||||
.body(itemPrice);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user