Skip to content

Commit dd20b18

Browse files
authored
feat: increase default number of actors and tasks (#364)
1 parent 9b90454 commit dd20b18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/consts/src/consts.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,10 +331,10 @@ export const ACTOR_LIMITS = {
331331
*/
332332
export const DEFAULT_PLATFORM_LIMITS = {
333333
// Maximum number of actors per user
334-
MAX_ACTORS_PER_USER: 100,
334+
MAX_ACTORS_PER_USER: 500,
335335

336336
// Maximum number of tasks per user
337-
MAX_TASKS_PER_USER: 1000,
337+
MAX_TASKS_PER_USER: 5000,
338338

339339
// Maximum number of schedules per user
340340
MAX_SCHEDULES_PER_USER: 100,

0 commit comments

Comments
 (0)