Skip to content

Commit

Permalink
Change MAX_LOCK_PENDING to Infinity
Browse files Browse the repository at this point in the history
Signed-off-by: William So <[email protected]>
  • Loading branch information
polyipseity committed Sep 8, 2023
1 parent 6a485fc commit 5f94007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/magic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5f94007

Please sign in to comment.