Skip to content

Commit

Permalink
Merge pull request #2377 from AntelopeIO/trace-api-no-sync
Browse files Browse the repository at this point in the history
TraceAPI: Remove sync() to improve performance
  • Loading branch information
heifner authored Apr 5, 2024
2 parents 5d56c4b + a7b948a commit 3dee355
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 3dee355

Please sign in to comment.