feat: implement advanced settings for user preferences, allowing configuration of max concurrent requests, reader prefetch count, and circuit breaker settings

This commit is contained in:
Julien Froidefond
2025-10-24 17:50:58 +02:00
parent e32a7bdb2f
commit 7cc72dc13d
14 changed files with 601 additions and 25 deletions

View File

@@ -68,7 +68,7 @@ model Preferences {
showOnlyUnread Boolean @default(false)
displayMode Json
background Json
komgaMaxConcurrentRequests Int @default(2)
komgaMaxConcurrentRequests Int @default(5)
circuitBreakerConfig Json
readerPrefetchCount Int @default(5)
createdAt DateTime @default(now())