Skip to content

Commit

Permalink
tweak defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed Nov 6, 2024
1 parent fce7a27 commit baad507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Storage/Device/S3.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit baad507

Please sign in to comment.