Skip to content

Commit

Permalink
Merge pull request #4441 from wasmerio/increase-pagination-size-for-logs
Browse files Browse the repository at this point in the history
increase pagination size for app logs
  • Loading branch information
syrusakbary authored Feb 7, 2024
2 parents ed81756 + 6950503 commit f3f38df
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/backend-api/src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -690,10 +690,7 @@ fn get_app_logs(
name: name.clone(),
owner: owner.clone(),
version: tag.clone(),
// TODO: increase pagination size
// See https://github.com/wasmerio/edge/issues/460
// first: Some(500),
first: Some(10),
first: Some(100),
starting_from: unix_timestamp(start),
until: end.map(unix_timestamp),
};
Expand Down

0 comments on commit f3f38df

Please sign in to comment.