Skip to content

Commit

Permalink
fix: reduce mtime keywords to the required ones
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Dec 8, 2023
1 parent 99fb7a2 commit b4cbcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/frontend/pkg/revaconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ func FrontendConfigFromStruct(cfg *config.Config, logger log.Logger) (map[string
"enabled": true,
},
"mtime": map[string]interface{}{
"keywords": []string{"today", "yesterday", "this week", "last week", "last 7 days", "this month", "last month", "last 30 days", "this year", "last year"},
"keywords": []string{"today", "last 7 days", "last 30 days", "this year", "last year"},
"enabled": true,
},
"size": map[string]interface{}{
Expand Down

0 comments on commit b4cbcce

Please sign in to comment.