User:AzaToth/twinklebatchdelete.js: Difference between revisions

Content deleted Content added
bughunt
there
Line 33:
*/
if( typeof( TwinkleConfig.batchDeleteMinCutOff ) == 'undefined' ) {
TwinkleConfig.batchdeleteChunksbatchDeleteMinCutOff = 5;
}
/**
Line 151:
 
function toCall( work ) {
Status.info( 'debug', sprintf( "w: %d - d: %d - u: %d", work.length,twinklebatchdelete.currentDeleteCounter, twinklebatchdelete.currentUnlinkCounter ) );
if( work.length == 0 && twinklebatchdelete.currentDeleteCounter <= 0 && twinklebatchdelete.currentUnlinkCounter <= 0 ) {
Status.info( 'work done' );