Increase file limit from 100.000 to 1.000.000
This commit is contained in:
@@ -2,7 +2,7 @@ package protocol
|
||||
|
||||
type IndexMessage struct {
|
||||
Repository string // max:64
|
||||
Files []FileInfo // max:100000
|
||||
Files []FileInfo // max:1000000
|
||||
}
|
||||
|
||||
type FileInfo struct {
|
||||
|
||||
Reference in New Issue
Block a user