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.
2 parents ac774e4 + 1910218 commit 574345eCopy full SHA for 574345e
config/config.go
@@ -52,7 +52,7 @@ type Database struct {
52
type Hasura struct {
53
URL string `yaml:"url" validate:"required,url"`
54
Secret string `yaml:"admin_secret" validate:"required"`
55
- RowsLimit uint64 `yaml:"select_limit" validate:"gt=0,lt=1000"`
+ RowsLimit uint64 `yaml:"select_limit" validate:"gt=0"`
56
EnableAggregations bool `yaml:"allow_aggregation"`
57
Rest *bool `yaml:"rest"`
58
}
0 commit comments