Skip to content

Commit

Permalink
revert 1k select
Browse files Browse the repository at this point in the history
  • Loading branch information
KappaShilaff committed Jun 25, 2022
1 parent 3cbe9c7 commit f2bd4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ async fn parse_raw_transaction(
let mut begin = pg_pool.begin().await.expect("cant get pg transaction");

let raw_transactions_from_db =
get_raw_transactions(10_000, timestamp_now - secs_delay, &mut begin)
get_raw_transactions(1000, timestamp_now - secs_delay, &mut begin)
.await
.unwrap_or_default();

Expand Down

0 comments on commit f2bd4de

Please sign in to comment.