]> AND Private Git Repository - loba.git/blobdiff - communicator.cpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Make opt::print() more friendly to update.
[loba.git] / communicator.cpp
index 054c98a6c53078d1dcd16b81be2ab889e1e9f588..1570b10148a02dbb2fdfa7a78444d2cae1309b6a 100644 (file)
@@ -20,7 +20,7 @@ std::string message::to_string()
     return oss.str();
 }
 
-const int communicator::send_count_before_flush = 16;
+const int communicator::send_count_before_flush = 4;
 
 communicator::communicator()
     : host((hostdata* )MSG_host_get_data(MSG_host_self()))