mirror of
https://github.com/thomiceli/opengist.git
synced 2025-07-09 01:18:04 +02:00
Log parser with maxBytes variable
This commit is contained in:
@ -126,7 +126,7 @@ func GetLog(user string, gist string, skip string) ([]*Commit, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
return parseLog(stdout), nil
|
||||
return parseLog(stdout, 2<<18), nil
|
||||
}
|
||||
|
||||
func CloneTmp(user string, gist string, gistTmpId string, email string) error {
|
||||
|
Reference in New Issue
Block a user