From 7018e4030b08e1598a8cd6915844035236600b05 Mon Sep 17 00:00:00 2001 From: LSmyrnaios Date: Tue, 1 Aug 2023 15:32:49 +0300 Subject: [PATCH] Code cleanup. --- README.md | 2 +- build.gradle | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) 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() -}