diff --git a/README.md b/README.md index 4c463a0..77b2a64 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # PDF Aggregation Statistics This is a public API to get specific statistics from the PDF Aggregation Service.
-This service is designed to respond as fast as possible, by cashing the relevant data in memory, instead of running new queries to the database, for every request. +This service is designed to respond as fast as possible, by caching the relevant data in memory, instead of running new queries to the database, for every request. **The cached data is updated every 6 hours**.

diff --git a/build.gradle b/build.gradle index 02e72ae..c78eb4d 100644 --- a/build.gradle +++ b/build.gradle @@ -96,7 +96,3 @@ dependencies { testImplementation 'org.springframework.security:spring-security-test' testImplementation "org.springframework.boot:spring-boot-starter-test" } - -tasks.named('test') { - useJUnitPlatform() -}