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: config.yaml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,12 @@ stopPosts: false
24
24
# (Note I cant control log messages sent by the bot library so those will still show. Just ones thrown by the bot wont)
25
25
showLogs: false
26
26
27
+
# The maximum amount of posts it will do on every post check. Set to 0 for no limit. (Each post being posted to another instance is separate in here but itll finish up the same post before it stops)
28
+
maxPosts: 5
29
+
30
+
# The time in milliseconds it will sleep before doing another post in the same post check
0 commit comments