mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 21:28:21 +00:00
increase pagination size
This commit is contained in:
@@ -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),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user