Skip to content

Commit c1cf362

Browse files
committed
add MAX_ACTIONS_PROCESSING
1 parent c150251 commit c1cf362

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.env.example

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ POST_IMMEDIATELY=
8585
# Twitter action processing configuration
8686
ACTION_INTERVAL= # Interval in minutes between action processing runs (default: 5 minutes)
8787
ENABLE_ACTION_PROCESSING=false # Set to true to enable the action processing loop
88+
MAX_ACTIONS_PROCESSING= # Maximum number of actions (e.g., retweets, likes) to process in a single cycle. Helps prevent excessive or uncontrolled actions.
8889

8990
# Feature Flags
9091
IMAGE_GEN= # Set to TRUE to enable image generation

0 commit comments

Comments
 (0)