Skip to content

Commit

Permalink
fix(backends): increase permit per page count (#1781)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaro00 authored May 22, 2024
1 parent ac6cf7b commit 2d9f7d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backends/src/client/permit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ impl PermissionsDal for Client {
None,
None,
None,
None,
Some(100),
)
.await?
.into_iter()
Expand Down Expand Up @@ -440,7 +440,7 @@ impl PermissionsDal for Client {
&self.proj_id,
&self.env_id,
Some(true),
None,
Some(100),
None,
Some("default"),
Some(&format!("Team:{team_id}")),
Expand Down Expand Up @@ -692,7 +692,7 @@ impl PermissionsDal for Client {
Some(&format!("Team:{team_id}")),
None,
None,
None,
Some(100),
)
.await?;

Expand Down

0 comments on commit 2d9f7d6

Please sign in to comment.