Make the short hash 7 characters, not 6

This commit is contained in:
Pierre-Yves Chibon 2016-07-29 15:59:24 +02:00
parent c23916a679
commit ed81be3996

View file

@ -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