Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d3f6b2d

Browse files
committed
move lines around in configuration.md
1 parent dcc1944 commit d3f6b2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Default: 10000000
2323

2424
```multimaster.cluster_name``` Name of the cluster. If you set this variable, `multimaster` checks that the cluster name is the same for all the cluster nodes.
2525

26+
```multimaster.queue_size``` Multimaster queue size. default = 256*1024*1024
27+
28+
```multimaster.trans_spill_threshold``` Maximal size (Mb) of transaction after which transaction is written to the disk. Default = 100, /* 100Mb */
29+
2630

2731

2832
## Questionable
@@ -33,10 +37,6 @@ Default: 10000000
3337

3438
```multimaster.max_2pc_ratio``` Maximal ratio (in percents) between prepare time at different nodes: if T is time of preparing transaction at some node, then transaction can be aborted if prepared responce was not received in T*MtmMax2PCRatio/100. default = 200, /* 2 times */
3539

36-
```multimaster.queue_size``` Multimaster queue size. default = 256*1024*1024,
37-
38-
```multimaster.trans_spill_threshold``` Maximal size (Mb) of transaction after which transaction is written to the disk. Default = 1000, /* 1Gb */ (istm reorderbuffer also can do that, isn't it?)
39-
4040
```multimaster.vacuum_delay``` Minimal age of records which can be vacuumed (seconds). default = 1.
4141

4242
```multimaster.worker``` Number of multimaster executor workers. Default = 8. (use dynamic workers with some timeout to die?)

0 commit comments

Comments
 (0)