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 e27a48b commit 408c800Copy full SHA for 408c800
src/menelaus_web_analytics.erl
@@ -22,7 +22,7 @@ get_settings() ->
22
23
settings_post_validators() ->
24
[validator:has_params(_),
25
- validator:integer(numReplicas, 0, 16, _),
+ validator:integer(numReplicas, 0, 3, _),
26
validator:unsupported(_)].
27
28
update_settings(Key, Value) ->
0 commit comments