We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62cefab commit 1176869Copy full SHA for 1176869
netx/remote_file.go
@@ -17,7 +17,7 @@ import (
17
atomicfile "github.com/natefinch/atomic"
18
)
19
20
-const remoteRecheckInterval = 4 * time.Hour
+const remoteRecheckInterval = 32 * time.Hour
21
22
type RemoteFile struct {
23
uri string
0 commit comments