emberflow 1.4.39 → 1.4.40

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -114,7 +114,7 @@ function initializeEmberFlow(customProjectConfig, adminInstance, customDbStructu
114
114
  exports.functionsConfig["onFormSubmit"] = (0, database_1.onValueCreated)({
115
115
  ref: "forms/{userId}/{formId}",
116
116
  region: exports.projectConfig.region,
117
- memory: "256MiB",
117
+ memory: "512MiB",
118
118
  concurrency: 40,
119
119
  maxInstances: 40,
120
120
  }, (0, bill_protect_1.useBillProtect)(onFormSubmit));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "emberflow",
3
- "version": "1.4.39",
3
+ "version": "1.4.40",
4
4
  "description": "A Firebase Cloud Functions library for handling document changes in a structured way",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.js",