mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-21 11:29:51 -05:00
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
This commit is contained in:
@@ -199,7 +199,7 @@ func (h *commithook) attemptHeartbeat(ctx context.Context) {
|
||||
if destDB == nil {
|
||||
return
|
||||
}
|
||||
ctx, h.cancelReplicate = context.WithTimeout(ctx, 5 * time.Second)
|
||||
ctx, h.cancelReplicate = context.WithTimeout(ctx, 5*time.Second)
|
||||
defer func() {
|
||||
if h.cancelReplicate != nil {
|
||||
h.cancelReplicate()
|
||||
|
||||
Reference in New Issue
Block a user