Skip to content

Commit

Permalink
fix cargo fmt (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayko001 authored May 17, 2024
1 parent ff522b6 commit ef91bfc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,7 @@ impl ForeignDataWrapper for ClerkFdw {
};

// Introduce a delay of 0.005 seconds
std::thread::sleep(std::time::Duration::from_millis(
5,
));
std::thread::sleep(std::time::Duration::from_millis(5));
}
}
if org_data.len() < Self::PAGE_SIZE {
Expand Down

0 comments on commit ef91bfc

Please sign in to comment.