Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: increase request limit for routers #1118

Merged
merged 1 commit into from
Feb 9, 2023
Merged

Conversation

simonas-notcat
Copy link
Contributor

Fixes #1117

Quality

Check all that apply:

  • I want these changes to be integrated
  • I successfully ran pnpm i, pnpm build, pnpm test, pnpm test:browser locally.
  • I allow my PR to be updated by the reviewers (to speed up the review process).
  • I added unit tests.
  • I added integration tests.
  • I did not add automated tests because _________, and I am aware that a PR without tests will likely get rejected.

Copy link
Member

@mirceanis mirceanis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@codecov
Copy link

codecov bot commented Feb 9, 2023

Codecov Report

Base: 84.30% // Head: 84.30% // No change to project coverage 👍

Coverage data is based on head (570cde7) compared to base (ba7a303).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##             next    #1118   +/-   ##
=======================================
  Coverage   84.30%   84.30%           
=======================================
  Files         142      142           
  Lines       14060    14060           
  Branches     1431     1431           
=======================================
  Hits        11853    11853           
  Misses       2207     2207           
Impacted Files Coverage Δ
packages/remote-server/src/agent-router.ts 86.66% <100.00%> (ø)
packages/remote-server/src/messaging-router.ts 94.73% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mirceanis mirceanis merged commit 2db3149 into next Feb 9, 2023
@mirceanis mirceanis deleted the fix/router-request-limit branch February 9, 2023 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Default request limit for @veramo/remote-server routers is too small
2 participants