decrees peer limit

This commit is contained in:
Alexey Kasyanchuk 2018-03-10 13:33:05 +03:00
parent 6838b938b7
commit 0be8a26176

View File

@ -185,7 +185,7 @@ export default class AdminPage extends Page {
<div style={{flex: 1}}>Max peers limit (current: {this.options.p2pConnections})</div> <div style={{flex: 1}}>Max peers limit (current: {this.options.p2pConnections})</div>
<Slider <Slider
min={10} min={10}
max={100} max={25}
step={1} step={1}
style={{width: 300}} style={{width: 300}}
value={this.options.p2pConnections} value={this.options.p2pConnections}