Add new FlareSolverr "response fallback" setting

This commit is contained in:
schroda
2024-07-28 22:47:03 +02:00
parent 3065e80b36
commit 792bbe4563
6 changed files with 38 additions and 9 deletions

View File

@@ -76,5 +76,6 @@ export const SERVER_SETTINGS = gql`
flareSolverrTimeout
flareSolverrSessionName
flareSolverrSessionTtl
flareSolverrAsResponseFallback
}
`;