Files
bitcoin/test/functional/interface_http.py
Hennadii Stepanov b8a8893bf2 qa: Lower -rpcmaxconnections in interface_http.py test
On some systems, such as NetBSD, the non-default
`-rpcmaxconnections=128` is too high, so bitcoind refuses to start:
```
Error: Not enough file descriptors available. 256 available, 290 required.
```

The test only needs a value above the default of 16. Use 64 and lower
`-maxconnections` in that case so the total fits in 256.
2026-08-25 16:54:59 +01:00

30 KiB
Executable File