Welcome to mirror list, hosted at ThFree Co, Russian Federation.

message_size.go « helper « internal - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5ddce99fc32d801829266605d1d49fdd9f29bf36 (plain)
1
2
3
4
5
6
package helper

// MaxCommitOrTagMessageSize is the threshold for a commit/tag message,
// if exceeded then message is truncated and it's up to the client
// to request it in full separately.
var MaxCommitOrTagMessageSize = 10 * 1024