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 dc81830 commit 0fff705Copy full SHA for 0fff705
README.md
@@ -68,8 +68,8 @@ POST <your_hydrater_server_url>/hydrate
68
### Optional parameters
69
`createServer()` takes an object hash for argument. `hydrater_function` is mandatory, optional values includes:
70
71
-* `concurrency`: max number of simultaneous calls to your hydrater function (default: 1).
72
-* `opbeat`: an object usef for opbeat notifications. It must have `organizationId`, `appId`, `secretToken` keys.
+* `concurrency`: max number of simultaneous calls to your hydrater function (default: 1). One child process per concurrency will spawn.
+* `opbeat`: an object used for opbeat notifications. It must have `organizationId`, `appId` and `secretToken` keys.
73
74
Errors
75
------
0 commit comments