We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 417ee08 commit a39eaf1Copy full SHA for a39eaf1
graph/src/env/store.rs
@@ -86,7 +86,7 @@ pub struct EnvVarsStore {
86
pub batch_timeout: Option<Duration>,
87
88
/// The number of workers to use for batch operations. If there are idle
89
- /// connectiosn, each subgraph copy operation will use up to this many
+ /// connections, each subgraph copy operation will use up to this many
90
/// workers to copy tables in parallel. Defaults to 1 and must be at
91
/// least 1
92
pub batch_workers: usize,
0 commit comments