Skip to content

Commit 5fbea00

Browse files
authored
chore(const): increase recurring event limit to 50 (#614)
1 parent d62dcc8 commit 5fbea00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

const/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bpinternal/const",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Constant utilities for Botpress",
55
"main": "./dist/index.cjs",
66
"browser": "./dist/index.mjs",

const/src/limits.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const limitConfigs = {
2626
unit: 'bytes'
2727
},
2828
bot_recurring_event_count: {
29-
value: 40,
29+
value: 50,
3030
unit: 'count'
3131
},
3232
bot_recurring_event_payload_bytes: {

0 commit comments

Comments
 (0)