Skip to content

Commit

Permalink
feat: speedup deb file list query by sorting on path & name
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Jun 16, 2024
1 parent 9adcc21 commit 27be68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sql.rs
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ WHERE
AND repo = $3
AND ftype != 5
ORDER BY
filename
path, name
"#;

pub const SQL_GET_PACKAGE_SODEP: &str = "
Expand Down

0 comments on commit 27be68e

Please # to comment.