mirror of
https://github.com/YGGverse/btracker-gemini.git
synced 2026-03-31 09:05:30 +00:00
reduce default limit
This commit is contained in:
parent
2ece29b414
commit
cd7a182fc2
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ pub struct Argument {
|
|||
pub storage: PathBuf,
|
||||
|
||||
/// Listing items limit
|
||||
#[arg(short, long, default_value_t = 20)]
|
||||
#[arg(short, long, default_value_t = 10)]
|
||||
pub limit: usize,
|
||||
|
||||
/// Default index capacity
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue