Skip to content

Commit

Permalink
feat: return only 2 results by default, i.e. paginate by default
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitgeist committed Apr 16, 2024
1 parent a5cd4d8 commit c18c70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endpoint/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ use rocket::local::blocking::Client;
use crate::auth::KeyPair;

// minimum number of results to return from Action `ListFootprints`
const ACTION_LIST_FOOTPRINTS_MIN_RESULTS: usize = 10;
const ACTION_LIST_FOOTPRINTS_MIN_RESULTS: usize = 2;

const AUTH_USERNAME: &str = "hello";
const AUTH_PASSWORD: &str = "pathfinder";
Expand Down

0 comments on commit c18c70e

Please sign in to comment.