large page size

This commit is contained in:
2025-02-18 16:05:21 -06:00
parent 582d7785c6
commit 1f4859d3ed

View File

@@ -83,7 +83,7 @@ static void check_server(const server_cfg &server, data_db &state_db) {
while (++page != 0U) { while (++page != 0U) {
httplib::Params params; httplib::Params params;
params.emplace("page", std::to_string(page)); params.emplace("page", std::to_string(page));
params.emplace("pageSize", "50"); params.emplace("pageSize", "100");
auto response = auto response =
cli.Get(fmt::format("/api/{}/queue", server.api_version), params, {}); cli.Get(fmt::format("/api/{}/queue", server.api_version), params, {});