mirror of https://gitee.com/bigwinds/arangodb
windows is not GNU
This commit is contained in:
parent
b4ad3d0867
commit
44890296f3
|
@ -57,6 +57,12 @@ using namespace std;
|
|||
namespace triagens {
|
||||
namespace v8client {
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// initialise step value for progress reports
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
const double ImportHelper::ProgressStep = 2.0;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// constructor and destructor
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -545,3 +551,4 @@ namespace triagens {
|
|||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue