default window to 60 seconds

This commit is contained in:
Bryan Stitt 2023-04-20 13:35:59 -07:00
parent 4ce372e57b
commit 77a317fdf8

View File

@ -218,8 +218,8 @@ pub fn get_query_window_seconds_from_params(
) -> Web3ProxyResult<u64> {
params.get("query_window_seconds").map_or_else(
|| {
// no page in params. set default
Ok(1)
// no query_window_seconds in params. set default
Ok(60)
},
|query_window_seconds: &String| {
// parse the given timestamp