Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/install/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@
| `PLM_CLONE_NUM_PARALLEL_COLLECTIONS` | Number of collections cloned in parallel | `2` |
| `PLM_CLONE_NUM_READ_WORKERS` | Number of read workers for cloning | `NumCPU / 4` |
| `PLM_CLONE_NUM_INSERT_WORKERS` | Number of insert workers for cloning | `NumCPU * 4` |
| `PLM_MONGODB_CLI_OPERATION_TIMEOUT` | Maximum time to wait before timing out MongoDB client operations such as insert, update, delete. If the timeout is reached, the operation will fail. | `5m` |

Check notice on line 35 in docs/install/parameters.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/install/parameters.md#L35

[Google.Passive] In general, use active voice instead of passive voice ('is reached').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('is reached').", "location": {"path": "docs/install/parameters.md", "range": {"start": {"line": 35, "column": 153}}}, "severity": "INFO"}

Check warning on line 35 in docs/install/parameters.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/install/parameters.md#L35

[Google.Will] Avoid using 'will'.
Raw output
{"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "docs/install/parameters.md", "range": {"start": {"line": 35, "column": 179}}}, "severity": "WARNING"}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, we can go with this name, but we could also go with updated PCSM_* prefix and maybe also change the rest of env var names. Wdyt?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #13

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will rebase and proceed with renaming this new one