We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa14327 commit c24e052Copy full SHA for c24e052
procedures/custom_cpp/louvain_procedure.cpp
@@ -60,6 +60,7 @@ extern "C" bool Process(GraphDB& db, const std::string& request, std::string& re
60
start_time = get_time();
61
if (output_file != "") {
62
fma_common::OutputFmaStream fout;
63
+ fout.Open(output_file, 64 << 20);
64
json cur;
65
json curNode;
66
json communityNode;
0 commit comments