Skip to content

Commit

Permalink
docs(cu): correct default for WASM_EVALUATION_MAX_WORKERS in README
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Sep 16, 2024
1 parent 67b8c91 commit 1f56f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/cu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ There are a few environment variables that you can set. Besides
- `PROCESS_WASM_SUPPORTED_EXTENSIONS`: the wasm extensions that this CU
supports, as a comma-delimited string (defaults to no extensions)
- `WASM_EVALUATION_MAX_WORKERS`: The number of workers to use for evaluating
messages (Defaults to `3`)
messages (Defaults to `os.cpus() - 1`)
- `WASM_BINARY_FILE_DIRECTORY`: The directory to cache wasm binaries downloaded
from arweave. (Defaults to the os temp directory)
- `WASM_MODULE_CACHE_MAX_SIZE`: The maximum size of the in-memory cache used for
Expand Down

0 comments on commit 1f56f2e

Please sign in to comment.