瀏覽代碼

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

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

rambo 3 周之前
父節點
當前提交
ee8961b2c1
共有 1 個文件被更改,包括 2 次插入1 次删除
  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,