Merge pull request #2377 from AntelopeIO/trace-api-no-sync
TraceAPI: Remove sync() to improve performance
This commit is contained in:
@@ -66,7 +66,6 @@ namespace eosio::trace_api {
|
||||
const auto offset = file.tellp();
|
||||
file.write(data.data(), data.size());
|
||||
file.flush();
|
||||
file.sync();
|
||||
return offset;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user