We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a52aaa7 commit 2502f5dCopy full SHA for 2502f5d
cmd/version.go
@@ -7,7 +7,7 @@ import (
7
)
8
9
const (
10
- Version string = "0.10.1"
+ Version string = "0.10.2"
11
12
13
var VersionCmd = &cobra.Command{
sources/kemono/kemono.go
@@ -21,6 +21,7 @@ func (k *Kemono) Init() {
21
Value: config.Cfg.Source.Kemono.Session,
22
})
23
}
24
+ reqClient.SetCommonRetryCount(3).SetCommonRetryFixedInterval(5)
25
26
27
func (k *Kemono) FetchNewArtworksWithCh(artworkCh chan *types.Artwork, limit int) error {
0 commit comments