Implement file size calculation

Implement compression level config for DirectDownloadPlugin
Fix download of games hogging RAM
This commit is contained in:
grimsi
2025-05-15 22:57:25 +02:00
parent fc3a6fd52f
commit f91b289cee
13 changed files with 157 additions and 89 deletions
@@ -5,5 +5,5 @@ import java.nio.file.Path
interface DownloadProvider : ExtensionPoint {
fun getDownloadSources(path: Path): Download
fun download(path: Path): Download
}