increase pagination size

This commit is contained in:
M.Amin Rayej
2024-02-07 02:25:10 +03:30
parent ed81756265
commit 34fbfe9370

View File

@@ -693,7 +693,7 @@ fn get_app_logs(
// 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),
};