User:AzaToth/twinklebatchdelete.js: Difference between revisions

Content deleted Content added
Amalthea (talk | contribs)
m Capitalization
Amalthea (talk | contribs)
Tweak batch deletion settings so that only around 3% will be left over due to general weirdness. It's slower, but alas.
Line 25:
*/
if( typeof( TwinkleConfig.batchDeleteChunks ) == 'undefined' ) {
TwinkleConfig.batchdeleteChunks = 501;
}
 
Line 33:
*/
if( typeof( TwinkleConfig.batchDeleteMinCutOff ) == 'undefined' ) {
TwinkleConfig.batchDeleteMinCutOff = 50;
}
/**