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 574cc6c commit 1910218Copy full SHA for 1910218
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