Skip to content

Commit 0325fc0

Browse files
committed
fix(javadoc): replace @value with @code for non-constant DEFAULT_POOL_SIZE
1 parent 07f06e8 commit 0325fc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

methodatlas-discovery-python/src/main/java/org/egothor/methodatlas/discovery/python/PythonTestDiscovery.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public String pluginId() {
149149
* <li><b>File suffixes</b> — via {@link TestDiscoveryConfig#fileSuffixesFor}
150150
* with ID {@code "python"}. Falls back to {@code _test.py}.</li>
151151
* <li><b>{@code python.poolSize}</b> — number of worker processes;
152-
* default: {@value #DEFAULT_POOL_SIZE}.</li>
152+
* default: {@code Math.min(2, availableProcessors())}.</li>
153153
* <li><b>{@code python.workerTimeoutSec}</b> — per-file timeout;
154154
* default: {@value #DEFAULT_TIMEOUT_SEC} s.</li>
155155
* <li><b>{@code python.maxConsecutiveRestarts}</b> — circuit-breaker

0 commit comments

Comments
 (0)