mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-10 19:54:08 +02:00
Remove the retries on error in remote resources.Get
Fixes #9271 See #9259
This commit is contained in:
2
cache/filecache/filecache_test.go
vendored
2
cache/filecache/filecache_test.go
vendored
@@ -276,7 +276,7 @@ func TestFileCacheReadOrCreateErrorInRead(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
cache := NewCache(afero.NewMemMapFs(), 100*time.Hour, 0, "")
|
||||
cache := NewCache(afero.NewMemMapFs(), 100*time.Hour, "")
|
||||
|
||||
const id = "a32"
|
||||
|
||||
|
Reference in New Issue
Block a user