apple / swift-nio-ssh

SwiftNIO SSH is a programmatic implementation of SSH using SwiftNIO
Apache License 2.0
405 stars 50 forks source link

Update allocation limits #149

Closed Lukasa closed 1 year ago

Lukasa commented 1 year ago

Allocations regressed due to our use of EmbeddedChannel, which now uses a new atomic since apple/swift-nio#2429. We can update the limits accordingly.