diff --git a/examples/reifier.rb b/examples/reifier.rb index f9668a3..f079e1d 100644 --- a/examples/reifier.rb +++ b/examples/reifier.rb @@ -1,2 +1,2 @@ -threads 8 # Using a thread pool size of 8 +threads 8, 16 # Using a thread pool size of 8 workers 9 # Using 9 worker processes