Process pool size - FallenAstaroth/stink GitHub Wiki

Introduction

You can change the number of processes for pool to your liking. This can speed up code execution.

Changing

  1. Open the stink/helpers/config.py.
  2. Find MultistealerConfig.

image

  1. Change the maximum number of processes to the desired number by changing the PoolSize variable.