Renamed opts for DataDB and StorDB

This commit is contained in:
andronache
2021-05-05 17:41:11 +03:00
committed by Dan Christian Bogos
parent 0089659476
commit bc4979b74a
27 changed files with 150 additions and 149 deletions

View File

@@ -63,7 +63,7 @@ Customisable through the use of :ref:`JSON configuration <configuration>` or com
The sync interval for the redis cluster
-cluster_ondown_delay string
The delay before executing the commands if thredis cluster is in the CLUSTERDOWN state
-query_timeout string
-mongoQueryTimeout string
The timeout for queries
-remove
Will remove instead of adding data from DB

View File

@@ -67,7 +67,7 @@ Customisable through the use of :ref:`JSON configuration <configuration>` or com
The sync interval for the redis cluster
-cluster_ondown_delay string
The delay before executing the commands if thredis cluster is in the CLUSTERDOWN state
-query_timeout string
-mongoQueryTimeout string
The timeout for queries
-stordb_host string
the StorDB host (default "127.0.0.1")

View File

@@ -49,7 +49,7 @@ Command line stress testing tool configurable via command line arguments.
The sync interval for the redis cluster
-cluster_ondown_delay string
The delay before executing the commands if thredis cluster is in the CLUSTERDOWN state
-query_timeout string
-mongoQueryTimeout string
The timeout for queries
-req_separator string
separator for requests in file (default "\n\n")