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