Make the short hash 7 characters, not 6
This commit is contained in:
parent
c23916a679
commit
ed81be3996
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ ITEM_PER_PAGE = 50
|
|||
MAX_CONTENT_LENGTH = 4 * 1024 * 1024 # 4 megabytes
|
||||
|
||||
### Lenght for short commits ids or file hex
|
||||
SHORT_LENGTH = 6
|
||||
SHORT_LENGTH = 7
|
||||
|
||||
### List of blacklisted project names that can conflicts for pagure's URLs
|
||||
### or other
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue