Commit 3ff5ed86 by Li Feifei

test

parent 828f2224
Pipeline #14641 passed with stages
in 1 minute 10 seconds
......@@ -471,6 +471,7 @@ func pdfThumbnail(objectPath string, file *zip.File, bucket *oss.Bucket) error {
defer fc.Close()
item := syncPool.Borrow()
defer item.Return()
item.MarkAsInvalid()
buf := item.Item.(*bytes.Buffer)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment