distgit/pagure: make the short commit be 7 chars

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-02-15 14:59:16 +01:00
parent cb4ea556a9
commit b2b6bc8bcb

View file

@ -91,7 +91,7 @@ ITEM_PER_PAGE = 48
MAX_CONTENT_LENGTH = 2 * 1024 * 1024 # 2 megabytes
### Lenght for short commits ids or file hex
SHORT_LENGTH = 6
SHORT_LENGTH = 7
# Authentication related configuration option