Skip to content

Commit

Permalink
lower runner pool size
Browse files Browse the repository at this point in the history
  • Loading branch information
fechan authored Nov 16, 2024
1 parent 39383a6 commit 9b1aa9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion computercraft/sigils/concurrent.lua
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@ end
return {
create_future = create_future,
create_runner = create_runner,
default_runner = create_runner(128),
default_runner = create_runner(32),
}

0 comments on commit 9b1aa9a

Please sign in to comment.