Skip to content

Commit ab16243

Browse files
author
Devdutt Shenoi
authored
suggestion by @praveen5959
Signed-off-by: Devdutt Shenoi <[email protected]>
1 parent 47f86c1 commit ab16243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prism/logstream/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ impl PrismDatasetRequest {
283283
stream: stream.clone(),
284284
start_time: "1h".to_owned(),
285285
end_time: "now".to_owned(),
286-
num_bins: 1,
286+
num_bins: 10,
287287
}
288288
.get_bin_density()
289289
.await?;

0 commit comments

Comments
 (0)