distgit/pagure: make the short commit be 7 chars
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
cb4ea556a9
commit
b2b6bc8bcb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue