Can't create more than 10 HC anomaly detectors

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
opensearch 2.15

Describe the issue:
When I create HC anomaly detectors more than 10 but limit is 10.

 {"detector":{"general_settings":{"message":"Can't create more than 10 HC anomaly detectors."}}}

I’ve changed setting for AD like that

{
  "persistent": {
    "plugins": {
      "anomaly_detection": {
        "dedicated_cache_size": "30",
        "max_multi_entity_anomaly_detectors": "50"
      },
      "index_state_management": {
        "template_migration": {
          "control": "-1"
        }
      }
    }
  },
  "transient": {}
}

I restarted the OpenSearch cluster, but the error is still the same.
How to create AD more than 10?

@cucukaka As per OpenSearch documentation this is expected. You can change that default value by setting plugins.anomaly_detection.max_multi_entity_anomaly_detectors

@cucukaka Also there seems to be a bug in the notification part. Even when I set a higher number the message at the top states 10 HC.

However, you can still create HC detector