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 cdf2e47 commit c35f037Copy full SHA for c35f037
const/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@bpinternal/const",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"description": "Constant utilities for Botpress",
5
"main": "./dist/index.cjs",
6
"browser": "./dist/index.mjs",
@@ -26,4 +26,4 @@
26
"pnpm": "8.6.2"
27
},
28
"packageManager": "[email protected]"
29
-}
+}
const/src/limits.ts
@@ -26,7 +26,7 @@ export const limitConfigs = {
unit: 'bytes'
bot_recurring_event_count: {
- value: 20,
+ value: 40,
30
unit: 'count'
31
32
bot_recurring_event_payload_bytes: {
0 commit comments