Преглед на файлове

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

linhaohong преди 3 месеца
родител
ревизия
ea617ced5a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Service/DevicePushService.py

+ 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存储桶中的图片到目标位置(带重试机制)