We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3cbad2 commit d73f0a0Copy full SHA for d73f0a0
graph/src/env/store.rs
@@ -280,7 +280,7 @@ pub struct InnerStore {
280
last_rollup_from_poi: bool,
281
#[envconfig(from = "GRAPH_STORE_INSERT_EXTRA_COLS", default = "0")]
282
insert_extra_cols: usize,
283
- #[envconfig(from = "GRAPH_STORE_FDW_FETCH_SIZE", default = "10000")]
+ #[envconfig(from = "GRAPH_STORE_FDW_FETCH_SIZE", default = "1000")]
284
fdw_fetch_size: usize,
285
}
286
0 commit comments