Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return zst Decoder to sync.pool when finished
defered close for dec was broken due to shadowed variable so removed. Added defer close in the go func that calls cache.Put With this change we can handle higher load on the server without crash due GOMAXPROCS.
- Loading branch information