Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(const): increase the number of recurring events in a bot #477

Merged
merged 1 commit into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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