Skip to content

Commit 1176869

Browse files
authored
Less frequent geoip db updating.
1 parent 62cefab commit 1176869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netx/remote_file.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
atomicfile "github.com/natefinch/atomic"
1818
)
1919

20-
const remoteRecheckInterval = 4 * time.Hour
20+
const remoteRecheckInterval = 32 * time.Hour
2121

2222
type RemoteFile struct {
2323
uri string

0 commit comments

Comments
 (0)