Skip to content

Commit

Permalink
add MAX_ACTIONS_PROCESSING
Browse files Browse the repository at this point in the history
  • Loading branch information
tcm390 committed Jan 5, 2025
1 parent c150251 commit c1cf362
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ POST_IMMEDIATELY=
# Twitter action processing configuration
ACTION_INTERVAL= # Interval in minutes between action processing runs (default: 5 minutes)
ENABLE_ACTION_PROCESSING=false # Set to true to enable the action processing loop
MAX_ACTIONS_PROCESSING= # Maximum number of actions (e.g., retweets, likes) to process in a single cycle. Helps prevent excessive or uncontrolled actions.

# Feature Flags
IMAGE_GEN= # Set to TRUE to enable image generation
Expand Down

0 comments on commit c1cf362

Please sign in to comment.