diff --git a/pir/fast_pir/fast_pir_config.hpp b/pir/fast_pir/fast_pir_config.hpp index 2bda414..53ed6ae 100644 --- a/pir/fast_pir/fast_pir_config.hpp +++ b/pir/fast_pir/fast_pir_config.hpp @@ -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; \ No newline at end of file +constexpr size_t CLIENT_DB_ROWS = 4'096; \ No newline at end of file