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:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user