We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3967b5 commit 2cdb5ffCopy full SHA for 2cdb5ff
server/tasks/fetch.go
@@ -15,7 +15,7 @@ import (
15
)
16
17
const (
18
- eventFetchDurationMonths = 4
+ eventFetchDurationMonths = 6 // 半年までのイベントを取得する
19
20
21
func CronFetchGoogleEvents(w http.ResponseWriter, req *http.Request) {
0 commit comments