mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 04:41:02 +00:00
Fix spellcheck (#4363)
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
This commit is contained in:
@@ -48,7 +48,7 @@ pub use queues::{Error as QueueError, ParticipationRequest};
|
||||
/// How many participation processes do we want to run in parallel the most.
|
||||
///
|
||||
/// This should be a relatively low value, while we might have a speedup once we fetched the data,
|
||||
/// due to multi core architectures, but the fetching itself can not be improved by parallel
|
||||
/// due to multi-core architectures, but the fetching itself can not be improved by parallel
|
||||
/// requests. This means that higher numbers make it harder for a single dispute to resolve fast.
|
||||
const MAX_PARALLEL_PARTICIPATIONS: usize = 3;
|
||||
|
||||
|
||||
@@ -34,6 +34,7 @@ CLI/MS
|
||||
codebase/SM
|
||||
codec/SM
|
||||
commit/D
|
||||
comparator
|
||||
computable
|
||||
conclude/UD
|
||||
config/MS
|
||||
@@ -51,6 +52,7 @@ decrement
|
||||
deduplicated
|
||||
deinitializing
|
||||
dequeue/SD
|
||||
dequeuing
|
||||
deregister
|
||||
deserialize/G
|
||||
DHT
|
||||
@@ -183,6 +185,7 @@ ParaId
|
||||
parameterization
|
||||
parameterize/D
|
||||
parathread/MS
|
||||
participations
|
||||
passthrough
|
||||
PDK
|
||||
peerset/MS
|
||||
|
||||
Reference in New Issue
Block a user