mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'sharding' of ssh://github.com/triAGENS/ArangoDB into sharding
This commit is contained in:
commit
5512868cd9
|
@ -1005,7 +1005,7 @@ namespace triagens {
|
|||
/// @brief how big a batch is for unique ids
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
static const uint64_t MinIdsPerBatch = 100;
|
||||
static const uint64_t MinIdsPerBatch = 100000;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief default wait timeout
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
ETCD=$HOME/etcd/etcd
|
||||
killall etcd
|
||||
ETCD=$HOME/etcd/bin/etcd
|
||||
killall -9 etcd
|
||||
cd /tmp
|
||||
rm -f etcd.log
|
||||
rm -Rf machine1 machine2 machine3
|
||||
|
|
Loading…
Reference in New Issue