1
0
Fork 0
arangodb/tests/js
Jan 9b5d75071d make replication timeouts configurable via startup options (#10472)
* make replication timeouts configurable via startup options

The following options are available (for active failover
and master-slave replication):

    --replication.connect-timeout
    --replication.request-timeout

Values can be specified in seconds. If these options are used, they will
be used for replication requests, overriding any hard-coded defaults or
explicitly configured timeouts.

Additionally, this change increases the default request timeout
for replication from 10 minutes to 20 minutes.

* do *not* change timeouts

* make tests work again
2019-11-19 19:45:40 +03:00
..
client [3.4] Bug fix 3.4/allow agency ops in active failover (#9960) 2019-09-19 11:45:49 +03:00
common make replication timeouts configurable via startup options (#10472) 2019-11-19 19:45:40 +03:00
server Bug fix 3.4/disallow subqueries in prune (#10266) 2019-10-16 19:19:57 +03:00