Increase file limit from 100.000 to 1.000.000

This commit is contained in:
Jakob Borg
2014-05-13 09:59:17 -03:00
parent 602d7e8d18
commit 0d3caa2183
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ package protocol
type IndexMessage struct {
Repository string // max:64
Files []FileInfo // max:100000
Files []FileInfo // max:1000000
}
type FileInfo struct {