Skip to content

Commit

Permalink
feat: Rename APIFY_ACTOR_MAX_ITEMS to ACTOR_MAX_PAID_DATASET_ITEMS (#353
Browse files Browse the repository at this point in the history
)

We are renaming `APIFY_ACTOR_MAX_ITEMS` to
`ACTOR_MAX_PAID_DATASET_ITEMS`
  • Loading branch information
novotnyj committed May 3, 2023
1 parent bc10153 commit 36d6c20
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 36d6c20

Please sign in to comment.