Skip to content
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.

Commit

Permalink
fix a few bugs in benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
Shengtong Zhang committed Jun 21, 2022
1 parent 4a8df2c commit 6b94ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pir/fast_pir/fast_pir_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ constexpr size_t SEAL_DB_COLUMNS = CEIL_DIV(MESSAGE_SIZE_BITS, PLAIN_BITS);
// is to be under the GRPC message size limit of 4 MB — to increase this, use
// GRPC streaming instead. See
// https://jbrandhorst.com/post/grpc-binary-blob-stream/.
constexpr size_t CLIENT_DB_ROWS = 360'000;
constexpr size_t CLIENT_DB_ROWS = 4'096;

0 comments on commit 6b94ed6

Please sign in to comment.