We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b90454 commit dd20b18Copy full SHA for dd20b18
1 file changed
packages/consts/src/consts.ts
@@ -331,10 +331,10 @@ export const ACTOR_LIMITS = {
331
*/
332
export const DEFAULT_PLATFORM_LIMITS = {
333
// Maximum number of actors per user
334
- MAX_ACTORS_PER_USER: 100,
+ MAX_ACTORS_PER_USER: 500,
335
336
// Maximum number of tasks per user
337
- MAX_TASKS_PER_USER: 1000,
+ MAX_TASKS_PER_USER: 5000,
338
339
// Maximum number of schedules per user
340
MAX_SCHEDULES_PER_USER: 100,
0 commit comments