mirror of
https://github.com/gotson/komga.git
synced 2026-04-28 01:44:08 +02:00
refactor: deprecation warning on configuration property
This commit is contained in:
parent
12e94b6970
commit
abb6439ba9
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ class KomgaProperties {
|
|||
@get:NotBlank
|
||||
var file: String = ""
|
||||
|
||||
@Deprecated("Unused since 0.81.0")
|
||||
var batchSize: Int = 500
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue