Skip to content

Commit

Permalink
Update batch-size for now to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
aminst committed Aug 4, 2023
1 parent 2d7991d commit 4b105c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/parameters.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
max-blocks-to-send: 5 # The maximum number of blocks to send from each shard node to the oram node during evictions
eviction-rate: 4 # How many ReadPath operations before eviction
batch-size: 4 # Size of each batch of requests
batch-size: 1 # Size of each batch of requests

0 comments on commit 4b105c8

Please sign in to comment.