Skip to content

Commit 7f2f7a6

Browse files
author
Zoran Cvetkov
committed
try
1 parent 809eefb commit 7f2f7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/src/env/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ impl EnvVars {
257257
let reorg_threshold =
258258
inner
259259
.reorg_threshold
260-
.unwrap_or_else(|| if cfg!(debug_assertions) { 0 } else { 250 });
260+
.unwrap_or_else(|| if cfg!(debug_assertions) { 1 } else { 250 });
261261

262262
Ok(Self {
263263
graphql,

0 commit comments

Comments
 (0)