We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3bb7b7 commit 8a3df15Copy full SHA for 8a3df15
README.md
@@ -25,7 +25,7 @@ The following environment variables can be used to overwrite some hard-coded val
25
* `IMDB_DATA_BASE_URL` - defaults to `https://datasets.imdbws.com`
26
* `IMDB_TITLE_URL` - defaults to `https://www.imdb.com/title`
27
28
-`IMDB_SEARCH_WORKERS` defaults to `runtime.NumCPU()`
+`IMDB_SEARCH_WORKERS` defaults to `runtime.NumCPU()` - but can be overridden with an integer.
29
30
## Future improvements
31
0 commit comments