diff --git a/src/Storage/Device/S3.php b/src/Storage/Device/S3.php index 9805d685..77dd26b9 100644 --- a/src/Storage/Device/S3.php +++ b/src/Storage/Device/S3.php @@ -102,9 +102,9 @@ class S3 extends Device protected const MAX_PAGE_SIZE = 1000; - protected static int $retryAttempts = 5; + protected static int $retryAttempts = 3; - protected static int $retryDelay = 100; // milliseconds + protected static int $retryDelay = 500; // milliseconds /** * @var string