mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
fixed /api/hid/print timeout with slow typing
This commit is contained in:
@@ -84,7 +84,7 @@ export function Paste(__recorder) {
|
||||
} else if (http.status === 200) {
|
||||
__recorder.recordPrintEvent(text, keymap, slow);
|
||||
}
|
||||
}, text, "text/plain");
|
||||
}, text, "text/plain", 7 * 24 * 3600);
|
||||
};
|
||||
|
||||
if ($("hid-pak-ask-switch").checked) {
|
||||
|
||||
Reference in New Issue
Block a user