Skip to content

Commit 1f8851e

Browse files
committed
chore: default interval 2hours
1 parent f97cdb9 commit 1f8851e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pragma-node/src/handlers/entries/get_entry.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pub async fn get_entry(
4343
let interval = if let Some(interval) = params.interval {
4444
interval
4545
} else {
46-
Interval::FifteenMinutes
46+
Interval::TwoHours
4747
};
4848

4949
let aggregation_mode = if let Some(aggregation_mode) = params.aggregation {

0 commit comments

Comments
 (0)