Skip to content

Commit

Permalink
fix(backend): remove clone timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed May 10, 2023
1 parent 469a86f commit 4433e02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/backend/sqlite/sqlite.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
"os"
"path/filepath"
"strings"
"time"

"github.com/charmbracelet/log"
"github.com/charmbracelet/soft-serve/git"
Expand Down Expand Up @@ -192,7 +191,6 @@ func (d *SqliteBackend) ImportRepository(name string, remote string, opts backen
Bare: true,
Mirror: opts.Mirror,
Quiet: true,
Timeout: 15 * time.Minute,
CommandOptions: git.CommandOptions{
Timeout: -1,
Context: d.ctx,
Expand Down

0 comments on commit 4433e02

Please sign in to comment.