Skip to content

Commit

Permalink
chore(const): increase the number of recurring events in a bot (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmass authored Nov 15, 2024
1 parent f3b96f8 commit 92615a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion const/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bpinternal/const",
"version": "0.0.43",
"version": "0.0.44",
"description": "Constant utilities for Botpress",
"main": "./dist/index.cjs",
"browser": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion const/src/limits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const limitConfigs = {
unit: 'bytes'
},
bot_recurring_event_count: {
value: 5,
value: 20,
unit: 'count'
},
bot_recurring_event_payload_bytes: {
Expand Down

0 comments on commit 92615a1

Please sign in to comment.