You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .env.example
+2-1
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,8 @@ POST_IMMEDIATELY=
85
85
# Twitter action processing configuration
86
86
ACTION_INTERVAL=# Interval in minutes between action processing runs (default: 5 minutes)
87
87
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.
88
+
MAX_ACTIONS_PROCESSING=1# Maximum number of actions (e.g., retweets, likes) to process in a single cycle. Helps prevent excessive or uncontrolled actions.
89
+
ACTION_TIMELINE_TYPE=foryou# Type of timeline to interact with. Options: "foryou" or "following". Default: "foryou"
89
90
90
91
# Feature Flags
91
92
IMAGE_GEN=# Set to TRUE to enable image generation
0 commit comments