mirror of
https://github.com/yuanyuanxiang/SimpleRemoter.git
synced 2026-01-25 16:53:09 +08:00
fix: #55 ZSTD context can't be used in multi threads
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#define USING_LZ4 0
|
||||
#if !USING_LZ4
|
||||
#define USING_ZSTD 1
|
||||
#define USING_CTX 1
|
||||
#define USING_CTX 0
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user