You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/app
Your Name a0a262f07f perf: async S3 SDK upload path for emoji migration
Process-level workers plateaued at ~7.5 uploads/sec against Fastly Object
Storage because each PUT is high-latency and only a handful ran concurrently.

Add --concurrency=N which uses the AWS SDK CommandPool to keep N PutObject
requests in flight from a single process. A successful PutObject response is
the confirmation (no separate HEAD verify), and the local file is deleted on
success. Commands are yielded lazily so memory stays flat over large runs.

--no-acl escape hatch for S3-compatible stores that reject the ACL header.
4 weeks ago
..
Auth chore: resolve psalm issues in admin commands and auth 4 weeks ago
Console/Commands perf: async S3 SDK upload path for emoji migration 4 weeks ago
Events refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Http feat: store custom emoji on cloud storage when enabled 4 weeks ago
Jobs feat: migrate local story media to cloud storage 4 weeks ago
Listeners refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Mail refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Models feat: store custom emoji on cloud storage when enabled 4 weeks ago
Observers refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Passport Fix PAT 3 months ago
Policies refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Providers refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Rules refactor: rename PixelfedUsername rule to ValidUsername 4 weeks ago
Services feat: store custom emoji on cloud storage when enabled 4 weeks ago
Transformer fix: resolve 3 remaining Larastan errors from model migration 4 weeks ago
Util Accept compacted Note attachments (#6588) 4 weeks ago
HasSnowflakePrimary.php Lint 9 months ago
helpers.php Lint 9 months ago