Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set the number of streams to a value low enough to not deadlock becau…
…se of the window (java-native-access#469) Motivation: We used a value of 1024 which was too big if we couldnt schedule the reads / writes in the right timely manner. This could lead to a deadlock. Modifications: Use a lower value which still provide the required testing but not put us in risk of deadlocks during tests Result: More stable builds on CI
- Loading branch information