1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Wording for threads config doc

This commit is contained in:
m1ke 2022-01-20 10:22:22 +00:00
parent 0dc4249d43
commit 06aafa78ad

View File

@ -402,7 +402,7 @@ Allows you to hard-code a serializer for Psalm to use when caching data. By defa
threads="[int]" threads="[int]"
> >
``` ```
Allows you to hard-code a serializer for Psalm to use when caching data. By default, Psalm uses `ext-igbinary` *if* the version is greater than or equal to 2.0.5, otherwise it defaults to PHP's built-in serializer. Allows you to hard-code the number of threads Psalm will use (similar to `--threads` on the command line). This value will only be applied if it is lower than the number of threads Psalm would natively use (i.e. you cannot override other settings that force threads=1 or utilise more threads than detected on the machine)
## Project settings ## Project settings