Skip to content

Commit

Permalink
fix: a native leak by unclosed Inflaters and Deflaters
Browse files Browse the repository at this point in the history
Drops `opts.chunkio.mixin.compression.increase_buffer_size`
That patch is less relevant as mojang already wraps them around buffered
IO streams
  • Loading branch information
ishland committed Sep 1, 2023
1 parent a38bbd8 commit 01e4e96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.

This file was deleted.

Expand Up @@ -4,7 +4,6 @@
"package": "com.ishland.c2me.opts.chunkio.mixin",
"plugin": "com.ishland.c2me.opts.chunkio.MixinPlugin",
"mixins": [
"compression.increase_buffer_size.MixinChunkStreamVersion",
"compression.modify_default_chunk_compression.MixinRegionFile",
"hide_sync_disk_writes_behind_flag.MixinRegionBasedStorage",
"limit_nbt_cache.MixinStorageIoWorker"
Expand Down

0 comments on commit 01e4e96

Please sign in to comment.