couchdb-web-node-plugin 2.0.839-2 → 2.0.839-3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "couchdb-web-node-plugin",
3
- "version": "2.0.839-2",
3
+ "version": "2.0.839-3",
4
4
  "description": "A couchdb server, model instance conflict handler, rest api, authentication, session management, schema validator and model relation guarantee for webNode.",
5
5
  "keywords": [
6
6
  "api",
@@ -143,7 +143,7 @@
143
143
  "webNode": {
144
144
  "couchdb": {
145
145
  "attachAutoRestarter": true,
146
- "closeTimeoutInSeconds": 30,
146
+ "closeTimeoutInSeconds": 120,
147
147
  "runner": {
148
148
  "memoryInMegaByte": "default",
149
149
  "nodePath": "/usr/bin/node",
package/readme.md CHANGED
@@ -26,7 +26,7 @@ Project status
26
26
  [![code coverage](https://img.shields.io/coverallsCoverage/github/thaibault/couchdb-web-node-plugin?label=code%20coverage&style=for-the-badge)](https://coveralls.io/github/thaibault/couchdb-web-node-plugin)
27
27
 
28
28
  [![deploy web documentation](https://img.shields.io/github/actions/workflow/status/thaibault/couchdb-web-node-plugin/deploy-web-documentation.yaml?label=deploy%20web%20documentation&style=for-the-badge)](https://github.com/thaibault/couchdb-web-node-plugin/actions/workflows/deploy-web-documentation.yaml)
29
- [![documentation website](https://img.shields.io/website-up-down-green-red/https/torben.website/couchdb-web-node-plugin.svg?label=documentation-website&style=for-the-badge)](https://torben.website/couchdb-web-node-plugin)
29
+ [![documentation website](https://img.shields.io/website-up-down-green-red/https/torben.website/couchdb-web-node-plugin.svg?label=web-documentation&style=for-the-badge)](https://torben.website/couchdb-web-node-plugin)
30
30
 
31
31
  Use case
32
32
  --------