used virtual thread for garbage colection in FileSystemCache
All checks were successful
CI / build (push) Successful in 2m32s

This commit is contained in:
2025-02-07 20:45:29 +08:00
parent af79e74b95
commit 317eadce07
7 changed files with 94 additions and 50 deletions

View File

@@ -6,9 +6,11 @@ plugins {
dependencies {
implementation project(':rbcs-api')
implementation project(':rbcs-common')
implementation catalog.picocli
implementation catalog.slf4j.api
implementation catalog.netty.buffer
implementation catalog.netty.handler
implementation catalog.netty.transport
implementation catalog.netty.common
implementation catalog.netty.codec.http
testRuntimeOnly catalog.logback.classic