Skip to content

Commit efe35be

Browse files
committed
conf: set ScheduleStatic and GroupRankInfoStatic to true
1 parent 3b78a61 commit efe35be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/handler/group_rank_info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
const (
11-
GroupRankInfoStatic = false
11+
GroupRankInfoStatic = true
1212
GroupRankInfoCacheControl = "public, max-age=5"
1313
)
1414

internal/handler/schedule.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
const (
11-
ScheduleStatic = false
11+
ScheduleStatic = true
1212
ScheduleCacheControl = "public, max-age=5"
1313
)
1414

0 commit comments

Comments
 (0)