Skip to content

Commit 2cdb5ff

Browse files
committed
半年先までのイベントをhubへ取り込む
1 parent a3967b5 commit 2cdb5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/tasks/fetch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
const (
18-
eventFetchDurationMonths = 4
18+
eventFetchDurationMonths = 6 // 半年までのイベントを取得する
1919
)
2020

2121
func CronFetchGoogleEvents(w http.ResponseWriter, req *http.Request) {

0 commit comments

Comments
 (0)