File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 168168// 'Email.ConversationMessage' = 'Notify me of private messages.'
169169// 'Popup.ConversationMessage' = 'Notify me of private messages.'
170170$ Configuration ['Garden ' ]['Profile ' ]['ShowActivities ' ]=false ;
171+
172+ // Flood Control
173+ $ Configuration ['Vanilla ' ]['Comment ' ]['SpamCount ' ] = '5 ' ;
174+ $ Configuration ['Vanilla ' ]['Comment ' ]['SpamTime ' ] = '60 ' ;
175+ $ Configuration ['Vanilla ' ]['Comment ' ]['SpamLock ' ] = '120 ' ;
176+ $ Configuration ['Vanilla ' ]['Discussion ' ]['SpamCount ' ] = '3 ' ;
177+ $ Configuration ['Vanilla ' ]['Discussion ' ]['SpamTime ' ] = '60 ' ;
178+ $ Configuration ['Vanilla ' ]['Discussion ' ]['SpamLock ' ] = '120 ' ;
179+ $ Configuration ['Vanilla ' ]['Activity ' ]['SpamCount ' ] = '5 ' ;
180+ $ Configuration ['Vanilla ' ]['Activity ' ]['SpamTime ' ] = '60 ' ;
181+ $ Configuration ['Vanilla ' ]['Activity ' ]['SpamLock ' ] = '120 ' ;
182+ $ Configuration ['Vanilla ' ]['ActivityComment ' ]['SpamCount ' ] = '5 ' ;
183+ $ Configuration ['Vanilla ' ]['ActivityComment ' ]['SpamTime ' ] = '60 ' ;
184+ $ Configuration ['Vanilla ' ]['ActivityComment ' ]['SpamLock ' ] = '120 ' ;
You can’t perform that action at this time.
0 commit comments