jpsim / AWSPics

An AWS CloudFormation stack to run a serverless password-protected photo gallery
https://awspics.net
MIT License
219 stars 60 forks source link

Delay after each chunk of 100 albums #42

Closed Jaza closed 3 years ago

Jaza commented 3 years ago

Now that we're only pushing the album assets once, not per album, we're only pushing one file - index.html - for all albums after the first one. So we can get away with a lot less delay, and still stay below the 3500 writes/second rate limit for S3. Delaying after each 100 albums should be enough.