Skip to content
Snippets Groups Projects
Commit 88b5b3bf authored by Artur Sabirov's avatar Artur Sabirov
Browse files

rpc_api.md: edit .proc_replication arguments

Address changes from picodata@641e8383
parent 0bd76e9a
No related branches found
No related tags found
No related merge requests found
......@@ -541,7 +541,7 @@ fn proc_read_index(timeout) -> RaftIndex
### .proc_replication {: #proc_replication }
```rust
fn proc_replication(sync_and_promote, replicaset_peers)
fn proc_replication(is_master, replicaset_peers)
```
Обновляет конфигурацию топологии репликации текущего инстанса с остальными
......@@ -570,9 +570,7 @@ fn proc_replication(sync_and_promote, replicaset_peers)
Параметры:
- `sync_and_promote`: (optional MP_MAP):
- `vclock`: (MP_MAP `Vclock`)
- `timeout`: (MP_INT | MP_FLOAT) в секундах
- `is_master`: (MP_BOOL)
- `replicaset_peers`: (MP_ARRAY of MP_STR)
--------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment