refactor: deprecation warning on configuration property

This commit is contained in:
Gauthier Roebroeck 2021-04-28 10:01:37 +08:00
parent 12e94b6970
commit abb6439ba9

View file

@ -32,6 +32,7 @@ class KomgaProperties {
@get:NotBlank
var file: String = ""
@Deprecated("Unused since 0.81.0")
var batchSize: Int = 500
}
}