crash while deleting s3

This commit is contained in:
Mark Nadal 2020-01-21 09:32:00 -08:00
parent 08fc562eac
commit dc94252f20
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
;(function(){
crash; return;
var cluster = require('cluster');
if(cluster.isMaster){
return cluster.fork() && cluster.on('exit', function(){ cluster.fork() });

View File

@ -450,7 +450,7 @@
}
if(disk){
r.list.drain(disk);
return;
//return;
}
if(!opt.store.list){
r.list.drain(Radix());