Skip to content

Commit c35f037

Browse files
authored
chore(const): increase recurring event limit (#610)
1 parent cdf2e47 commit c35f037

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

const/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bpinternal/const",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Constant utilities for Botpress",
55
"main": "./dist/index.cjs",
66
"browser": "./dist/index.mjs",
@@ -26,4 +26,4 @@
2626
"pnpm": "8.6.2"
2727
},
2828
"packageManager": "[email protected]"
29-
}
29+
}

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: 20,
29+
value: 40,
3030
unit: 'count'
3131
},
3232
bot_recurring_event_payload_bytes: {

0 commit comments

Comments
 (0)