Skip to content

Commit

Permalink
Set max_batch_query_count to 1 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
divergentdave committed May 11, 2023
1 parent bf81d27 commit 0857f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/aggregator_client/api_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ impl From<NewTask> for TaskCreate {
} else {
Role::Helper
},
max_batch_query_count: 0,
max_batch_query_count: 1,
task_expiration: value
.expiration
.map(|task| task.unix_timestamp().try_into().unwrap())
Expand Down

0 comments on commit 0857f32

Please sign in to comment.