Skip to content

Commit

Permalink
chore: reduce anchor batch size to 1 (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 authored and Samika Kashyap committed Jul 2, 2024
1 parent 22cbb8d commit 9508b89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion operator/src/network/cas.rs
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ pub fn cas_stateful_set_spec(
},
EnvVar {
name: "ANCHOR_BATCH_SIZE".to_owned(),
value: Some("20".to_owned()),
value: Some("1".to_owned()),
..Default::default()
},
EnvVar {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ Request {
},
{
"name": "ANCHOR_BATCH_SIZE",
"value": "20"
"value": "1"
},
{
"name": "ANCHOR_BATCH_LINGER",
Expand Down

0 comments on commit 9508b89

Please sign in to comment.