Эх сурвалжийг харах

设备时光相册保存图片,延长等待时间

linhaohong 3 сар өмнө
parent
commit
ea617ced5a

+ 1 - 1
Service/DevicePushService.py

@@ -1433,7 +1433,7 @@ class DevicePushService:
         return is_copy
 
     @classmethod
-    def transfer_obs_image(cls, uid, channel, event_time, storage_location, region, is_st, bucket, max_retries=3, retry_delay=3):
+    def transfer_obs_image(cls, uid, channel, event_time, storage_location, region, is_st, bucket, max_retries=3, retry_delay=10):
         """
         复制OBS存储桶中的图片到目标位置(带重试机制)