Skip to content

Commit d79266e

Browse files
committed
fix: tighter loop
Signed-off-by: Anton Whalley <[email protected]>
1 parent 80794db commit d79266e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-dump-agent/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ async fn main() -> Result<(), anyhow::Error> {
213213
}
214214
};
215215
loop {
216-
std::thread::sleep(Duration::from_millis(1000));
216+
std::thread::sleep(Duration::from_millis(100));
217217
}
218218
}
219219

0 commit comments

Comments
 (0)