fix: use correct name for default Compression thread storage

This commit is contained in:
Tropical 2026-03-25 16:02:26 -05:00
parent 22671562ca
commit 73392fa06a

View file

@ -26,7 +26,7 @@ private:
~ThreadStorage();
};
static thread_local ThreadStorage* m_tlsCompression;
static ThreadStorage* m_threadCompressionDefault;
static ThreadStorage* m_tlsCompressionDefault;
public:
// Each new thread that needs to use Compression will need to call one of