Skip to content

Commit 7c5cdeb

Browse files
committed
chore: improve comment about rlimit empty stub for windows, #5930
1 parent 6388c0b commit 7c5cdeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stackslib/src/net/tests/convergence.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ fn setup_rlimit_nofiles() {
4040

4141
#[cfg(windows)]
4242
fn setup_rlimit_nofiles() {
43-
//rlimit stub for windows
43+
// rlimit empty stub, since windows hasn't a hard file descriptor limit
44+
// PR: https://github.com/stacks-network/stacks-core/pull/5937
4445
}
4546

4647
fn stacker_db_id(i: usize) -> QualifiedContractIdentifier {

0 commit comments

Comments
 (0)