diff --git a/examples/lua/lots_of_threads.luau b/examples/lua/lots_of_threads.luau index 0e77745..d442898 100644 --- a/examples/lua/lots_of_threads.luau +++ b/examples/lua/lots_of_threads.luau @@ -1,8 +1,8 @@ --!nocheck --!nolint UnknownGlobal -local NUM_BATCHES = 10 -local NUM_THREADS = 100_000 +local NUM_BATCHES = 100 +local NUM_THREADS = 10_000 print(`Spawning {NUM_BATCHES * NUM_THREADS} threads split into {NUM_BATCHES} batches\n`)