Skip to content

Commit 69a490b

Browse files
committed
feat: enable debug mode for schedule and group rank info
1 parent 3846cd4 commit 69a490b

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-
GroupRankInfoDebug = false
11+
GroupRankInfoDebug = 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-
ScheduleDebug = false
11+
ScheduleDebug = true
1212
ScheduleCacheControl = "public, max-age=5"
1313
)
1414

0 commit comments

Comments
 (0)