We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d528664 commit 59c658bCopy full SHA for 59c658b
plugins/views/api/api.js
@@ -20,7 +20,7 @@ const escapedViewSegments = { "name": true, "segment": true, "height": true, "wi
20
21
plugins.setConfigs("views", {
22
view_limit: 50000,
23
- view_name_limit: 100,
+ view_name_limit: 128,
24
segment_value_limit: 10,
25
segment_limit: 100
26
});
0 commit comments