diff --git a/sources/magic.ts b/sources/magic.ts index 6eadb128..c0ba91cf 100644 --- a/sources/magic.ts +++ b/sources/magic.ts @@ -10,7 +10,7 @@ export const "SIGTERM", ]), MAX_HISTORY = 1024, - MAX_LOCK_PENDING = 1000, + MAX_LOCK_PENDING = Infinity, PLUGIN_UNLOAD_DELAY = 10, TERMINAL_EMULATOR_RESIZE_WAIT = 0.1, TERMINAL_EXIT_CLEANUP_WAIT = 5,