diff --git a/src-tauri/src/lib.rs b/src-tauri/src/lib.rs index 8c12d13..4fde855 100644 --- a/src-tauri/src/lib.rs +++ b/src-tauri/src/lib.rs @@ -21,7 +21,7 @@ fn try_send_event(event: &EventType) { fn send(event: EventType) { try_send_event(&event); - thread::sleep(time::Duration::from_millis(30)); + thread::sleep(time::Duration::from_millis(40)); } fn send_paste() {