Skip to content
Merged
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
4 changes: 2 additions & 2 deletions packages/consts/src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,10 +331,10 @@ export const ACTOR_LIMITS = {
*/
export const DEFAULT_PLATFORM_LIMITS = {
// Maximum number of actors per user
MAX_ACTORS_PER_USER: 100,
MAX_ACTORS_PER_USER: 500,

// Maximum number of tasks per user
MAX_TASKS_PER_USER: 1000,
MAX_TASKS_PER_USER: 5000,

// Maximum number of schedules per user
MAX_SCHEDULES_PER_USER: 100,
Expand Down
Loading