We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d07207 commit e8a1b18Copy full SHA for e8a1b18
src/Entity/Server.php
@@ -137,14 +137,14 @@ class Server extends ConfigEntityBase implements ServerInterface {
137
public $disable_introspection = FALSE;
138
139
/**
140
- * The query complexity.
+ * The maximum allowed query complexity. NULL means unlimited.
141
*
142
* @var int|null
143
*/
144
public $query_complexity = NULL;
145
146
147
- * The query depth.
+ * The maximum allowed query depth. NULL means unlimited.
148
149
150
0 commit comments