Skip to content

Commit

Permalink
Remove threaded.js and maxThreads (#794)
Browse files Browse the repository at this point in the history
* Remove threaded.js

* Remove maxThreads from settings.json
  • Loading branch information
nottisa authored Apr 17, 2024
1 parent 0d34711 commit e6069b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 83 deletions.
80 changes: 0 additions & 80 deletions lib/util/threaded.js

This file was deleted.

3 changes: 0 additions & 3 deletions settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"session_only": true,
"session_only_desc": "Minimizes data usage and speed up requests by only saving session cookies, disable if you need other cookies to be saved as well.",

"maxThreads": 50,
"maxThreads_desc": "This is usually used for functions that have to receive a lot of pages at once. Only this amount will be queued up as to preserve memory, make this as high as possible for fastest responses (although it will be somewhat limited by maxSockets).",

"timeout": 10000,
"timeout_desc": "Timeout for http requests. This is necessary for functions that make a very large number of requests, where it is possible some simply won't connect.",

Expand Down

0 comments on commit e6069b5

Please sign in to comment.