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
2 changes: 1 addition & 1 deletion src/resource_clients/actor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ export interface ActorStartOptions {
/**
* Specifies maximum number of items that the actor run should return.
* This is used by pay per result actors to limit the maximum number of results that will be charged to customer.
* Value can be accessed in actor run using `APIFY_ACTOR_MAX_ITEMS` environment variable.
* Value can be accessed in actor run using `ACTOR_MAX_PAID_DATASET_ITEMS` environment variable.
*/
maxItems?: number;
}
Expand Down