From f95480d336d18e5431330fe5585f879ecdd336fc Mon Sep 17 00:00:00 2001 From: Dominik Stanaszek Date: Fri, 29 Sep 2017 09:26:21 +0200 Subject: [PATCH 1/2] Add missing config option --- doc/modules/mod_push_service_mongoosepush.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/modules/mod_push_service_mongoosepush.md b/doc/modules/mod_push_service_mongoosepush.md index 96db408b78..8c00f7004b 100644 --- a/doc/modules/mod_push_service_mongoosepush.md +++ b/doc/modules/mod_push_service_mongoosepush.md @@ -26,6 +26,7 @@ It must be defined in `http_connections` setting. * **pool_name** (atom, required) - name of the pool to use (as defined in http_connections) * **api_version** (string, default: `v1`) - REST API version to be used. Currently only `v1` is supported +* **max_http_connections** (integer, default: 100) - the maximum amount of concurrent http connections ### Example configuration From aa2fa336b2aad03407fe8a86303e8aaa59f29d4a Mon Sep 17 00:00:00 2001 From: Dominik Date: Mon, 2 Oct 2017 12:23:24 +0200 Subject: [PATCH 2/2] Update info about api_version option --- doc/modules/mod_push_service_mongoosepush.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modules/mod_push_service_mongoosepush.md b/doc/modules/mod_push_service_mongoosepush.md index 8c00f7004b..f8076882f3 100644 --- a/doc/modules/mod_push_service_mongoosepush.md +++ b/doc/modules/mod_push_service_mongoosepush.md @@ -25,7 +25,7 @@ It must be defined in `http_connections` setting. ### Options * **pool_name** (atom, required) - name of the pool to use (as defined in http_connections) -* **api_version** (string, default: `v1`) - REST API version to be used. Currently only `v1` is supported +* **api_version** (string, default: `v2`) - REST API version to be used. * **max_http_connections** (integer, default: 100) - the maximum amount of concurrent http connections ### Example configuration