Adding maxclients support

This commit is contained in:
2018-06-25 22:20:33 +02:00
parent 07e64177f1
commit 23d8921d16
3 changed files with 5 additions and 2 deletions

View File

@ -87,6 +87,9 @@
<variable name='rdClMemberSlaveMaster' type='string' description="Noeud du noeud répliquer sur cette instance secondaire"/>
</family>
<family name='Redis tunning' mode='expert'>
<variable name='redixMaxClients' type='number' description="Maximum allowed clients">
<value>10000</value>
</variable>
<variable name='rdCliOutBuffHardLimit' type='number' description="Client output buffer hard limit (for slave)">
<value>512</value>
</variable>