Skip to content

Commit

Permalink
[docs]: remove *.actor-channel-capacity
Browse files Browse the repository at this point in the history
hyperledger-iroha#392 (comment)
Signed-off-by: Dmitry Balashov <[email protected]>
  • Loading branch information
0x009922 committed Sep 18, 2023
1 parent eff21b2 commit 18b614b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 32 deletions.
14 changes: 0 additions & 14 deletions src/api/config/block-sync-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,6 @@

Explain module

### `block-sync.actor-channel-capacity`

- **Type:** Number
- **Default:** $100$

See: [Actor Channel Capacity](glossary#actor-channel-capacity)

Buffer capacity of actor's MPSC channel

```toml
[block-sync]
actor-channel-capacity = 100
```

### `block-sync.block-batch-size`

- **Type:** Number
Expand Down
4 changes: 0 additions & 4 deletions src/api/config/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

This page contains explanations of some types and topics shared across multiple configuration parameters.

## Actor Channel Capacity

TODO Explain what does it mean

## Numeric Types

Explain the limitations of different numeric types, like `u8` and `u64`.
Expand Down
7 changes: 0 additions & 7 deletions src/api/config/kura-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,3 @@ with a snippet pointing to the configuration
- **Default:** $1\ 000$

Maximum number of blocks to write into a single storage file.

## `kura.actor-channel-capacity`

- **Type:** Number
- **Default:** $100$

See: [Actor Channel Capacity](glossary#actor-channel-capacity)
7 changes: 0 additions & 7 deletions src/api/config/network-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,3 @@ This address is what other peers should specify in their
[`sumeragi.trusted-peers`](#sumeragi-trusted-peers)

:::

## `network.actor-channel-capacity`

- **Type:** Number
- **Default:** $100$

See: [Actor Channel Capacity](glossary#actor-channel-capacity)

0 comments on commit 18b614b

Please sign in to comment.