Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej committed Feb 6, 2024
1 parent 34fbfe9 commit 6950503
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/backend-api/src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -690,9 +690,6 @@ 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(100),
starting_from: unix_timestamp(start),
until: end.map(unix_timestamp),
Expand Down

0 comments on commit 6950503

Please sign in to comment.