Make flaresolverr session options configurable (#854)

Signed-off-by: Chance Zibolski <chance.zibolski@gmail.com>
This commit is contained in:
Chance Zibolski
2024-01-24 18:11:53 -08:00
committed by GitHub
parent 9109d1ca3e
commit dc124fb15c
5 changed files with 17 additions and 3 deletions

View File

@@ -60,4 +60,6 @@ server.localSourcePath = ""
# Cloudflare bypass
server.flareSolverrEnabled = false
server.flareSolverrUrl = "http://localhost:8191"
server.flareSolverrTimeout = 60 # time in seconds
server.flareSolverrTimeout = 60 # time in seconds
server.flareSolverrSessionName = "suwayomi"
server.flareSolverrSessionTtl = 15 # time in minutes