Skip to content

Commit

Permalink
Upgraded provider/steam to fix GetCuratorReviews 500 errors.
Browse files Browse the repository at this point in the history
500 errors were occurring because we request too many reviews (all of
them) at once. There can only be 2000 reviews per curator, but
requesting over about 1970 triggers this new bug. Probably Valve
decreased the maximum memory per process recently or something.
  • Loading branch information
Bilge committed Jun 10, 2024
1 parent 33ff9bf commit 7167bf1
Show file tree
Hide file tree
Showing 2 changed files with 739 additions and 585 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Curator sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2

- name: Validate composer.json
run: composer validate
Expand Down
Loading

0 comments on commit 7167bf1

Please sign in to comment.