You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -269,7 +269,6 @@ This is the same as `request.get` but it takes one more param:
269
269
| TZ | UTC | Timezone used in the logs and the web browser. Example: `TZ=Europe/London`. |
270
270
| LANG | none | Language used in the web browser. Example: `LANG=en_GB`. |
271
271
| HEADLESS | true | Only for debugging. To run the web browser in headless mode or visible. |
272
-
| BROWSER_TIMEOUT | 40000 | If you are experiencing errors/timeouts because your system is slow, you can try to increase this value. Remember to increase the `maxTimeout` parameter too. |
273
272
| TEST_URL |https://www.google.com| FlareSolverr makes a request on start to make sure the web browser is working. You can change that URL if it is blocked in your country. |
274
273
| PORT | 8191 | Listening port. You don't need to change this if you are running on Docker. |
275
274
| HOST | 0.0.0.0 | Listening interface. You don't need to change this if you are running on Docker. |
0 commit comments