kaspanet / rusty-kaspa

Kaspa full-node and related libraries in the Rust programming language. This is a stable version at the initial rollout phases.
ISC License
371 stars 118 forks source link

Reduce desired daemon soft FD limit to 8k for Windows compatibility #345

Closed aspect closed 6 months ago

aspect commented 6 months ago

Trying to set FD limit higher than 8k on windows causes the application to crash. Reducing the value accordingly.