Code cleanup.

This commit is contained in:
Lampros Smyrnaios 2023-08-01 15:32:49 +03:00
parent 89ddd5d963
commit 7018e4030b
2 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# PDF Aggregation Statistics
This is a public API to get specific statistics from the PDF Aggregation Service.<br>
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**.
<br>
<br>

View File

@ -96,7 +96,3 @@ dependencies {
testImplementation 'org.springframework.security:spring-security-test'
testImplementation "org.springframework.boot:spring-boot-starter-test"
}
tasks.named('test') {
useJUnitPlatform()
}