mirror of
https://github.com/harness/drone.git
synced 2025-05-17 01:20:13 +08:00
include repository concurrency limit in json payload
This commit is contained in:
parent
778d0a0aff
commit
6af2647e43
@ -54,7 +54,7 @@ type (
|
||||
CancelPulls bool `json:"auto_cancel_pull_requests"`
|
||||
CancelPush bool `json:"auto_cancel_pushes"`
|
||||
Timeout int64 `json:"timeout"`
|
||||
Throttle int64 `json:"-"`
|
||||
Throttle int64 `json:"throttle,omitempty"`
|
||||
Counter int64 `json:"counter"`
|
||||
Synced int64 `json:"synced"`
|
||||
Created int64 `json:"created"`
|
||||
|
Loading…
Reference in New Issue
Block a user