Skip to content

Commit

Permalink
chore: change default polling to 1 min (#2120)
Browse files Browse the repository at this point in the history
  • Loading branch information
v3g42 authored Oct 4, 2023
1 parent ba1df9d commit c0d1a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dozer-types/src/ingestion_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -415,5 +415,5 @@ pub fn default_buffer_size() -> u32 {
}

pub fn default_snowflake_poll_interval() -> Duration {
Duration::from_secs(5)
Duration::from_secs(60)
}

0 comments on commit c0d1a7b

Please sign in to comment.