Kaynağa Gözat

```
feat(remove_bg_pixian): 为图片处理API调用添加超时设置

为API请求添加300秒超时参数,避免请求长时间挂起导致服务响应缓慢
```

rambo 3 hafta önce
ebeveyn
işleme
ee8961b2c1
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      python/service/remove_bg_pixian.py

+ 2 - 1
python/service/remove_bg_pixian.py

@@ -48,7 +48,8 @@ class Segment(object):
             data={
                 'image.url': url
             },
-            auth=auth
+            auth=auth,
+            timeout=300
         )
 
         data = {"im": None,